JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:48:39 +0000 (17:48 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:48:39 +0000 (17:48 +0800)
JSDOC/ScopeParser.js

index 5c6b37a..bcbc130 100644 (file)
@@ -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;