diff --git a/serialize.js b/serialize.js index 18cac39..defb734 100644 --- a/serialize.js +++ b/serialize.js @@ -443,6 +443,7 @@ module.eJSON = { // NOTE: this treats comments as whitespace... + // XXX will we need to process comments in any way? COMMENTS: true, WHITESPACE: ' \t\n', skipWhitespace: function(str, i, line){