From 1306582db85b605859c8b9c1a6f4cccb99781af6 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 16:46:50 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f1a1b50..6e3263e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -132,6 +132,9 @@ ScopeParser.prototype = { this.mode = 'BUILDING_SYMBOL_TREE'; this.parseScope(this.globalScope); + + print("---------------END PASS 1 ---------------- "); + }, mungeSymboltree : function() { -- 2.39.2