From ca3c004e1c8e28a0a5ff0bbfa4880e551797329a Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:48: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 5c6b37a..bcbc130 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -195,7 +195,7 @@ ScopeParser.prototype = { parseScope : function(scope) // parse a token stream.. { //this.timerPrint("parseScope EnterScope"); - print(">>> ENTER SCOPE" + this.scopes.length); + //this.log(">>> ENTER SCOPE" + this.scopes.length); var symbol; var token; -- 2.39.2