From cf737725c5449bce53f8904783d084e80896d8c0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 15 May 2022 14:14:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 8e8643f..d0f76fc 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1800,6 +1800,11 @@ module.pwiki = Page('/', '/', store) +// XXX should we also convert values?? +// ...like: +// "true" -> true +// "123" -> 123 +// ... var parseArgs = function(spec, args){ // spec... var order = spec.slice()