From a707ed68452db3286e9c59ed901003b7868ad568 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:10:39 +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 0dd080e..d8b7f09 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -247,7 +247,7 @@ ScopeParser.prototype = { token = this.ts.lookTok(1); while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); - this.dumpToken(token.data, this.scopes, expressionBraceNesting); + this.dumpToken(token , this.scopes, expressionBraceNesting); //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); -- 2.39.2