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

index e9d138e..a0c687f 100644 (file)
@@ -255,7 +255,7 @@ ScopeParser.prototype = {
         token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
-            this.dumpToken(token , this.scopes, expressionBraceNesting);
+            this.dumpToken(token , this.scopes, this.braceNesting);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);