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