diff --git a/pwiki/store/base.js b/pwiki/store/base.js index 114400b..3db813d 100755 --- a/pwiki/store/base.js +++ b/pwiki/store/base.js @@ -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