diff --git a/modules/pcjs/bin/pcjs b/modules/pcjs/bin/pcjs index a7a4b466a..0a5d32fdf 100644 --- a/modules/pcjs/bin/pcjs +++ b/modules/pcjs/bin/pcjs @@ -115,7 +115,7 @@ function loadComponents(asFiles) } } if (sName == "component") { - fn.println = function(s, type) { + fn.log = fn.println = function(s, type) { console.log((type !== undefined? (type + ": ") : "") + (s || "")); }; // jshint ignore:line }