From a1df295b5b67d3954ce9949b8393753effbacdd6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:38:01 +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 5489651..6a243e1 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 " : " + token.toString()+""); + print("SCOPE : " + this.gid + " : " + token.toString()+""); if (typeof(this.identifiers[symbol])== 'undefined') { -- 2.39.2