From: Alan Knowles Date: Thu, 15 Jul 2010 07:51:00 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=07c8a07f2ae49375fd7a0d080e51ee8ed5703ff3 JSDOC/ScopeParser.js --- 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()) }