JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / 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);