From c0db3686ab0ee45fe9ba6542e93d73e7b77459e8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:32:24 +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 b9e7bc3..b6539b5 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 + "):" + token.toString()+""); if (typeof(this.identifiers[symbol])== 'undefined') { -- 2.39.2