From ff496e9d476bca3d6d2d7b8ba62a8fdd5d1c5f62 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:22:07 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2