JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:48:34 +0000 (12:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:48:34 +0000 (12:48 +0800)
JSDOC/ScopeParser.js

index 80d4a93..9d8b7f2 100644 (file)
@@ -352,7 +352,7 @@ ScopeParser.prototype = {
                         if (this.ts.look(0).data == '{') {
                             this.ts.nextTok();
                         }
-                        
+                        this.braceNesting++;
                         print("<<<<<<<EXIT SCOPE" +this.scopes.length);
                         return;
                     }