mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
64ef014a06
commit
cf737725c5
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user