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

index f98c670..413229f 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 == ';') {