From c864ffd355f9053e77b100016485dbc0a231deee Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 13:43:55 +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 d60beec..174699d 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -231,7 +231,7 @@ CompressWhite = function (ts, packer) } } //f.write(tok.outData); - out += tok.outData; + out += tok.outData !== false ? tok.outData : tok.data; if ((tok.outData == ';') && (out.length - outoff > 255)) { outoff = out.length; -- 2.39.2