From: Alan Knowles Date: Wed, 14 Jul 2010 08:23:20 +0000 (+0800) Subject: JSDOC/CompressWhite.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=eee1a667e6dc9263dc28c4bc7df5ba2adfd12996 JSDOC/CompressWhite.js --- diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index b02c3f2..feae36a 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -85,8 +85,8 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - print(ts.lookTok(1).toString()); - print(ts.look(1,true).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