From db37350f2f36d56b2961dc7cabc9f9babd2a7776 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:16:26 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e9d138e..a0c687f 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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); -- 2.39.2