From 9b8f8a93d4fc39c8d75d99849dce21a0656267fa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 12:49:10 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index ab4066b..6b63663 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -55,7 +55,7 @@ Scope.prototype = { protectedVars : {}, // only used by to parent.. declareIdentifier : function(symbol, token) { - //print("SCOPE : " + this.gid + " : " + token.toString()+""); + print("SCOPE : " + this.gid + " : " + token.toString()+""); if (typeof(this.identifiers[symbol])== 'undefined') { -- 2.39.2