aurajs / aura

A scalable, event-driven JavaScript architecture for developing component-based applications.
MIT License
2.94k stars 255 forks source link

Fixes IE8 console #328

Closed xcambar closed 9 years ago

xcambar commented 10 years ago

The update of window.console occurred too late: The Logger instance kept referencing IE8's weird console.* franken-methods.

This PR fixes that.

svperfecta commented 10 years ago

Any reason we can't merge this?