From abf0a7523040cec787d601db26cbe26c0505294d Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 21 Apr 2010 14:29:49 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index f698116..0714812 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -252,7 +252,7 @@ CompressWhite = function (ts, packer) continue; } } - //f.write(tok.outData); + print(tok.toString()); out += tok.outData !== false ? tok.outData : tok.data; if ((tok.outData == ';') && (out.length - outoff > 255)) { -- 2.39.2