Merge branch 'master' of github.com:flynx/pWiki

This commit is contained in:
Alex A. Naanou 2022-05-08 00:28:42 +03:00
commit 4fe2a6b499

View File

@ -136,8 +136,8 @@ module.path = {
split: function(path){
return this.normalize(path, 'array') },
join: function(path){
return this.normalize(path, 'string') },
join: function(...parts){
return this.normalize(parts.join('/'), 'string') },
}