JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:25:48 +0000 (17:25 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:25:48 +0000 (17:25 +0800)
JSDOC/ScopeParser.js

index 1969f30..0778bee 100644 (file)
@@ -759,7 +759,7 @@ ScopeParser.prototype = {
 
         token = this.ts.nextTok();
         // assert token.getType() == Token.LC;
-        //this.braceNesting++;
+        this.braceNesting++;
 
         token = this.ts.nextTok();
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {