From ef17767fc104a36dc84e37c31fc6bf85c0e6636f Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 13:28:56 +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 a2fc8ca..42f1ee2 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -34,7 +34,7 @@ CompressWhite = function (ts, packer) } // add semi-colon's where linebreaks are used... - not foolproof yet.! - if (tok.type == "NAME")) { + if (tok.type == "NAME") { //var tokident = ts.look(-1).data + tok.data + ts.look(1).data + ts.look(2).data; // a = new function() {} if (ts.lookTok(1).data == '=' && ts.lookTok(2).name == 'NEW' && -- 2.39.2