cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-25 18:33:55 +03:00
parent 8b60bfc3a1
commit f31125acc7

View File

@ -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