mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-31 19:10: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)) },
|
pwpath.basename(p)) },
|
||||||
depth: function(p){
|
depth: function(p){
|
||||||
return pwpath.split(p).length },
|
return pwpath.split(p).length },
|
||||||
number: function(p){
|
// XXX not sure if this is needed...
|
||||||
return p
|
//number: function(p){
|
||||||
.split(/[^\d]+/g)
|
// return p
|
||||||
.join(' ') },
|
// .split(/[^\d]+/g)
|
||||||
|
// .join(' ') },
|
||||||
},
|
},
|
||||||
sort: function(paths, ...by){
|
sort: function(paths, ...by){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user