From: Alan Knowles Date: Thu, 15 Jul 2010 07:50:53 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f116528a2b60141a45706acfd081044daa9006dd JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 07014c7..f0ae25a 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 { - println("undeclared:" + symbol) + print("undeclared:" + symbol) }