From fd240118140be517f846ae3bcd1ef0d4f1ccf609 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:22:27 +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 a04cfea..75bc17a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -787,7 +787,7 @@ ScopeParser.prototype = { parseFunctionDeclaration : function() { - // print("PARSE FUNCTION"); + print("PARSE FUNCTION"); var symbol; var token; var currentScope = false; -- 2.39.2