X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=d62cf2ba78bebbe5804cbee2e5c876783d10a50e;hp=839e5a6ad454e2792659756d05279818dd891463;hb=9d863749e16f5ebe12e7d16fa3f059d91fc2a97b;hpb=d63600c23b2c621aeedac36f4d7f0137f469d4c1 diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 839e5a6..d62cf2b 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -85,6 +85,7 @@ CompressWhite = function (ts, packer) ts.balance("("); // although this var a=function(){},v,c; causes print("()LF : " +ts.lookTok(1).toString()); + print("()LF : " +ts.look(1,true).toString()); if (ts.lookTok(1).type == 'NAME' && ts.lookTok(1,true).name == "NEWLINE") { ts.look(0).outData = ts.look(0).data+"\n"; }