From b4d66cc6e5d45fd3dd9e34db84cf2c520e3f3b86 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 25 Jul 2022 23:57:44 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- pwiki2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pwiki2.js b/pwiki2.js index 3eee9d6..73eb19e 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1439,6 +1439,7 @@ module.BaseParser = { : (res[order.shift()] = e) }) return res }, + // Strip comments... // stripComments: function(str){