Closed xcambar closed 9 years ago
The update of window.console occurred too late: The Logger instance kept referencing IE8's weird console.* franken-methods.
window.console
console.*
This PR fixes that.
Any reason we can't merge this?
The update of
window.console
occurred too late: The Logger instance kept referencing IE8's weirdconsole.*
franken-methods.This PR fixes that.