From: Alan Knowles Date: Thu, 15 Jul 2010 06:22:07 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ff496e9d476bca3d6d2d7b8ba62a8fdd5d1c5f62 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 290a872..373a65b 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -637,6 +637,7 @@ ScopeParser.prototype = { token.items.forEach(function(ns) { print("EXPR-PUNC[:" + JSON.stringify(ns, null, 4)); _this.ts = new TokenStream(ns); + _this.ts.cursor--; _this.parseExpression(); }); this.ts = ts;