From 7fadf114069f0c708c3cb2b1456bda87d460f379 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:46:05 +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 f3bde81..567e75c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -519,7 +519,7 @@ ScopeParser.prototype = { } // end switch - this.timerPrint("parseScope TOK : " + token.toString()); + print("parseScope TOK : " + token.toString()); token = this.ts.nextTok(); //if (this.ts.nextT()) break; -- 2.39.2