From 63564e11ca704710f30f16d03bb922fbff7b67f0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:07:27 +0800 Subject: [PATCH 1/1] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 9099c41..892f933 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -738,7 +738,7 @@ ScopeParser.prototype = { // any conflict with other munged symbols. this.globalScope.declareIdentifier(symbol, token); this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); - print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); + print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')'); } else { print("undeclared:" + token.toString()) } -- 2.39.2