diff --git a/pwiki2.js b/pwiki2.js index 72c41f8..011bd79 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -286,7 +286,7 @@ module.BaseStore = { : ('/'+ path)))) // normalize the output... || false }, - + // find the closest existing alternative path... find: function(path){ for(var p of module.path.paths(path)){ p = this.exists(p)