From: Alan Knowles Date: Wed, 14 Jul 2010 08:53:11 +0000 (+0800) Subject: JSDOC/CompressWhite.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4798a0d56fd9a8912713de2edfe435bf9575223b JSDOC/CompressWhite.js --- diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 54305a4..1698649 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -78,7 +78,7 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - print("AFTER BALANCE ("); + //print("AFTER BALANCE ("); ts.dump(cu, ts.cursor); //ts.cursor--; // cursor at the ( if (!ts.balance("{") ){ @@ -88,20 +88,20 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - print('FN: '+ts.tokens[cu].toString()); - print('F1: '+ts.lookTok(1).toString()); - print('F2: '+ts.look(1,true).toString()); + //print('FN: '+ts.tokens[cu].toString()); + //print('F1: '+ts.lookTok(1).toString()); + //print('F2: '+ts.look(1,true).toString()); // if next is not ';' -> make it so... // although this var a=function(){},v,c; causes if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.look(1,true).name == "NEWLINE") { ts.look(0).outData = ts.look(0).data+";"; - print("ADDING SEMI: " + ts.look(0).toString()); + // print("ADDING SEMI: " + ts.look(0).toString()); //ts.dump(cu, ts.cursor+2); } - ts.dump(cu, ts.cursor+2); + //ts.dump(cu, ts.cursor+2); // restore.. ts.cursor = cu; continue;