From 0b1b9720065bdff5e55cd4433e2c6a679c55d9e5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:27:51 +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 b3e68f6..b9e7bc3 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("SCOPE : " + this.gid + "ADD IDENT(" + this.id + "):" + symbol+""); + print("SCOPE : " + this.gid + " ADD IDENT(" + this.id + "):" + symbol+""); if (typeof(this.identifiers[symbol])== 'undefined') { -- 2.39.2