From 5f17f277246be35abcb592ae3bb46fad92e3b40b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 16:07:18 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index eeb6c48..9099c41 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -738,6 +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); } else { print("undeclared:" + token.toString()) } -- 2.39.2