From 8249eea4867afd0561ed35113011d206dc80adc4 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 13:31:07 +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 79f707d..3c18da6 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -224,7 +224,7 @@ CompressWhite = function (ts, packer) // at this point we can apply a text translation kit... - if (tok.type == 'STRN') && (tok.name== 'DOUBLE_QUOTE') { + if ((tok.type == 'STRN') && (tok.name== 'DOUBLE_QUOTE')) { if (packer.stringHandler) { out += packer.stringHandler(tok); continue; -- 2.39.2