From: Alan Knowles Date: Thu, 15 Jul 2010 06:21:35 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=339b1cd1cd139cae9395a5654e3c74244894a19c JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 57ba1aa..290a872 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -635,9 +635,8 @@ ScopeParser.prototype = { var ts = this.ts; var _this = this; token.items.forEach(function(ns) { - + print("EXPR-PUNC[:" + JSON.stringify(ns, null, 4)); _this.ts = new TokenStream(ns); - _this.ts.cursor = -1; _this.parseExpression(); }); this.ts = ts;