From: alan Date: Wed, 21 Apr 2010 06:30:16 +0000 (+0800) Subject: JSDOC/CompressWhite.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b969ec0b365f55fe6592742a747cb7afdd10f1cc JSDOC/CompressWhite.js --- diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 0714812..a5a1389 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -233,6 +233,7 @@ CompressWhite = function (ts, packer) out = ''; while (true) { var tok = ts.nextTok(); + print(tok.toString()); if (!tok) { break; } @@ -252,7 +253,7 @@ CompressWhite = function (ts, packer) continue; } } - print(tok.toString()); + out += tok.outData !== false ? tok.outData : tok.data; if ((tok.outData == ';') && (out.length - outoff > 255)) {