mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 18:40:08 +00:00
Merge branch 'master' of github.com:flynx/pWiki
This commit is contained in:
commit
4fe2a6b499
@ -136,8 +136,8 @@ module.path = {
|
|||||||
|
|
||||||
split: function(path){
|
split: function(path){
|
||||||
return this.normalize(path, 'array') },
|
return this.normalize(path, 'array') },
|
||||||
join: function(path){
|
join: function(...parts){
|
||||||
return this.normalize(path, 'string') },
|
return this.normalize(parts.join('/'), 'string') },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user