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

index a0c687f..0a502d3 100644 (file)
@@ -897,7 +897,7 @@ ScopeParser.prototype = {
         this.parseScope(fnScope);
         // now pop it off the stack!!!
        
-        
+        this.braceNesting--;
         
     },