From 07c8a07f2ae49375fd7a0d080e51ee8ed5703ff3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 15:51:00 +0800 Subject: [PATCH] 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 f0ae25a..aed8d83 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -730,7 +730,7 @@ ScopeParser.prototype = { this.globalScope.declareIdentifier(symbol, token); this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); } else { - print("undeclared:" + symbol) + print("undeclared:" + token.toString()) } -- 2.39.2