From 8cc0a751ed49d60b1cb3e8101a53d6314782cbf6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 15:01:48 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b39c363..48ad6f4 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -617,13 +617,8 @@ ScopeParser.prototype = { case ';': case ',': - if (this.braceNesting == expressionBraceNesting && - bracketNesting == 0 && - parensNesting == 0) { - print("<< EXIT EXPRESSION"); - this.expN--; - return; - } + + print("<< EXIT EXPRESSION"); break; -- 2.39.2