From: Alan Knowles Date: Fri, 16 Jul 2010 05:06:07 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=916df056b7a16402c5258d9f6a3fd0ce865a3ed5 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 330f3d0..2914d18 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -303,6 +303,7 @@ ScopeParser.prototype = { var nts = []; while (true) { var n = this.ts.lookTok(); + print(n.toString()); if (!n || n.data == ',') { break; }