From b969ec0b365f55fe6592742a747cb7afdd10f1cc Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 21 Apr 2010 14:30:16 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) { -- 2.39.2