mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 02:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
843e06bebc
commit
ce8adb6893
@ -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