From: alan Date: Mon, 19 Apr 2010 05:28:56 +0000 (+0800) Subject: JSDOC/CompressWhite.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ef17767fc104a36dc84e37c31fc6bf85c0e6636f JSDOC/CompressWhite.js --- diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index a2fc8ca..42f1ee2 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -34,7 +34,7 @@ CompressWhite = function (ts, packer) } // add semi-colon's where linebreaks are used... - not foolproof yet.! - if (tok.type == "NAME")) { + if (tok.type == "NAME") { //var tokident = ts.look(-1).data + tok.data + ts.look(1).data + ts.look(2).data; // a = new function() {} if (ts.lookTok(1).data == '=' && ts.lookTok(2).name == 'NEW' &&