From 05bac79363714131050236064e4d4b4fedd9fa6f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:27:49 +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 afd488d..b3e68f6 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -54,7 +54,7 @@ Scope.prototype = { protectedVars : {}, // only used by to parent.. declareIdentifier : function(symbol, token) { - print("ADD IDENT(" + this.id + "):" + symbol+""); + print("SCOPE : " + this.gid + "ADD IDENT(" + this.id + "):" + symbol+""); if (typeof(this.identifiers[symbol])== 'undefined') { -- 2.39.2