Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-25 23:57:44 +03:00
parent 2cf2ef615a
commit b4d66cc6e5

View File

@ -1439,6 +1439,7 @@ module.BaseParser = {
: (res[order.shift()] = e) })
return res },
// Strip comments...
//
stripComments: function(str){