Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-05-15 14:14:26 +03:00
parent 64ef014a06
commit cf737725c5

View File

@ -1800,6 +1800,11 @@ module.pwiki =
Page('/', '/', store) Page('/', '/', store)
// XXX should we also convert values??
// ...like:
// "true" -> true
// "123" -> 123
// ...
var parseArgs = function(spec, args){ var parseArgs = function(spec, args){
// spec... // spec...
var order = spec.slice() var order = spec.slice()