X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=44672973e96f497fed81fb05efffb476954af67a;hb=44008f066c87b98a85a3e9d7ce2281105ff365ab;hp=1556399dad745cdc802658209342cb4ad61adc66;hpb=d2a1326f130bd7458e63576fd4a0aa180407ae2d;p=gnome.introspection-doc-generator diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 1556399..4467297 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -78,9 +78,10 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - ts.dump(cu, ts.cursor+2); - - if (!ts.balance("{") ){ + print("AFTER BALANCE ("); + ts.dump(cu, ts.cursor); + ts.cursor--; // cursor at the ( + if (!ts.balance("{") ){ ts.dump(cu-40, cu); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); ts.dump(cu, cu+40);