From 74634dd700408fd9d9edc0cc78e886468517c702 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 16:47:20 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 1621082..2290ea9 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -78,10 +78,10 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - print("AFTER BALANCE ("); - ts.dump(cu, ts.cursor+2); - - if (!ts.balance("{") ){ + //print("AFTER BALANCE ("); + //ts.dump(cu, ts.cursor+2); + ts.cursor--; // cursor at the ( + if (!ts.balance("{") ){ ts.dump(cu-40, cu); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); ts.dump(cu, cu+40); -- 2.39.2