JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:07:27 +0000 (16:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:07:27 +0000 (16:07 +0800)
JSDOC/ScopeParser.js

index 9099c41..892f933 100644 (file)
@@ -738,7 +738,7 @@ ScopeParser.prototype = {
                                 // any conflict with other munged symbols.
                                 this.globalScope.declareIdentifier(symbol, token);
                                 this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true);
-                                print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true);
+                                print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
                             } else {
                                 print("undeclared:" + token.toString())
                             }