From 378e93a7c624376b61862f4c8ad9951610d8ffb4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 15:59:20 +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 4394d7b..726c8f5 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -139,7 +139,8 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } // if next is not ';' -> make it so... - + print(ts.lookTok(1).toString()); + print(ts.lookTok(1,true).toString()); if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.look(1,true).name=="NEWLINE") { ts.look(0).outData = ts.look(0).data +";"; } -- 2.39.2