From 98e7c19f9676b0e694d1ad0de912318f5ad1f725 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:06:13 +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 b943f77..e149f6d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -756,6 +756,7 @@ ScopeParser.prototype = { if (!this.ts.nextTok()) break; } print(scopeIndent + "<< EXIT EXPRESSION"); + this.expN--; }, -- 2.39.2