From cf530620b2010d491669841d78e668f10945ed4c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:09:21 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 36f03db..135e32f 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -247,8 +247,7 @@ ScopeParser.prototype = { token = this.ts.lookTok(1); while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); - - print(scopeIndent + expressionBraceNesting + ' SCOPE:' + token.data); + this.dumpToken(token.data, this.scopes, expressionBraceNesting); //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); -- 2.39.2