diff --git a/js/logger.js b/js/logger.js index 122ba81a..0f33b473 100644 --- a/js/logger.js +++ b/js/logger.js @@ -19,7 +19,7 @@ root.Log = factory(root.config); } })(this, function (config) { - let logLevel = { + const logLevel = { info: Function.prototype.bind.call(console.info, console), log: Function.prototype.bind.call(console.log, console), error: Function.prototype.bind.call(console.error, console),