JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 07014c7..f0ae25a 100644 (file)
@@ -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)
                             }