From: Alan Knowles Date: Thu, 15 Jul 2010 07:01:48 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=8cc0a751ed49d60b1cb3e8101a53d6314782cbf6 JSDOC/ScopeParser.js --- 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;