From c173e001ded218a0416d8f97c484dddc03feccce Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 16:14:51 +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 de1b149..b02c3f2 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -85,7 +85,8 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - + print(ts.lookTok(1).toString()); + print(ts.look(1,true).toString()); // if next is not ';' -> make it so... // although this var a=function(){},v,c; causes -- 2.39.2