JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:50:53 +0000 (15:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:50:53 +0000 (15:50 +0800)
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)
                             }