JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:35:19 +0000 (16:35 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:35:19 +0000 (16:35 +0800)
JSDOC/ScopeParser.js

index dc22d02..055800e 100644 (file)
@@ -190,7 +190,7 @@ ScopeParser.prototype = {
     parseScope : function(scope) // parse a token stream..
     {
         //this.timerPrint("parseScope EnterScope"); 
-        print(">>> ENTER SCOPE");
+        print(">>> ENTER SCOPE" + this.scopes.length);
         var symbol;
         var token;