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

index f1a1b50..6e3263e 100644 (file)
@@ -132,6 +132,9 @@ ScopeParser.prototype = {
         
         this.mode = 'BUILDING_SYMBOL_TREE';
         this.parseScope(this.globalScope);
+        
+        print("---------------END PASS 1 ---------------- ");
+        
     },
     mungeSymboltree : function()
     {