JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:06:13 +0000 (13:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:06:13 +0000 (13:06 +0800)
JSDOC/ScopeParser.js

index b943f77..e149f6d 100644 (file)
@@ -756,6 +756,7 @@ ScopeParser.prototype = {
             if (!this.ts.nextTok()) break;
         }
         print(scopeIndent + "<< EXIT EXPRESSION");
+        this.expN--;
     },