X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=16210828cf2ff6dfee3c6448b3726d746195203e;hb=9905efb4c5b6bc5cefb535f85b41333c968d6a4d;hp=8a55d34562662e17509c975ba1db3c38562bada3;hpb=74f8f082738faf89666e3072901db14650a17fc5;p=gnome.introspection-doc-generator diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 8a55d34..1621082 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -78,6 +78,9 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } + print("AFTER BALANCE ("); + ts.dump(cu, ts.cursor+2); + if (!ts.balance("{") ){ ts.dump(cu-40, cu); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); @@ -95,7 +98,10 @@ CompressWhite = function (ts, packer) ts.look(0).outData = ts.look(0).data+";"; print("ADDING SEMI: " + ts.look(0).toString()); + //ts.dump(cu, ts.cursor+2); } + + ts.dump(cu, ts.cursor+2); // restore.. ts.cursor = cu; continue;