From 9e01cae90f19e4da0bcb59eff0b706401c025fc8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:37:58 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bdd9b3f..389ff9a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -637,7 +637,7 @@ ScopeParser.prototype = { token.items.forEach(function(ns) { print("EXPR-PUNC-MAKE:" + JSON.stringify(ns, null, 4)); _this.ts = new TokenStream(ns); - _this.ts.cursor--; + //_this.ts.cursor--; _this.parseExpression(); }); this.ts = ts; -- 2.39.2