From: Alan Knowles Date: Thu, 15 Jul 2010 04:16:26 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=db37350f2f36d56b2961dc7cabc9f9babd2a7776 JSDOC/ScopeParser.js --- 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);