From 1fee543cab2985fa25cdee41a4e79948c0105493 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:56:31 +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 41bbf10..e15f908 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -26,7 +26,7 @@ function Scope(braceN, parent, startTokN, lastIdent, token) this.gid = Scope.gid++; print("ADD SCOPE(" + this.gid + ") TO "+ (parent ? this.parent.gid : 'TOP')) + ' : ' + - token ? token.toString() : ''); + (token ? token.toString() : '')); if (parent) { this.parent.subScopes.push(this); -- 2.39.2