mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8b60bfc3a1
commit
f31125acc7
@ -731,10 +731,11 @@ module.BaseStore = {
|
||||
pwpath.basename(p)) },
|
||||
depth: function(p){
|
||||
return pwpath.split(p).length },
|
||||
number: function(p){
|
||||
return p
|
||||
.split(/[^\d]+/g)
|
||||
.join(' ') },
|
||||
// XXX not sure if this is needed...
|
||||
//number: function(p){
|
||||
// return p
|
||||
// .split(/[^\d]+/g)
|
||||
// .join(' ') },
|
||||
},
|
||||
sort: function(paths, ...by){
|
||||
var that = this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user