X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=20b023314eb71ae5dad96a9cdb09a9de7ca4aea4;hb=170d79543c36554b00d88b791a2de2ad4434c6ab;hp=b39c363180260988162dd77f506d91af621497ec;hpb=e0470a1276cd60ed1a69a69e609436f7ff755509;p=gnome.introspection-doc-generator diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b39c363..20b0233 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -616,14 +616,11 @@ ScopeParser.prototype = { switch(token.data) { case ';': + print("<< EXIT EXPRESSION"); + break; + case ',': - if (this.braceNesting == expressionBraceNesting && - bracketNesting == 0 && - parensNesting == 0) { - print("<< EXIT EXPRESSION"); - this.expN--; - return; - } + break;