martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 76 forks source link

Avoiding direct calls to console functions for IE8 happiness. #105

Closed pbomb closed 9 years ago

pbomb commented 9 years ago

Making sure we always go through the Diagnostics object. Also added an extra check there that console exists, just in case someone on IE8 sets enabled to true.

jhollingworth commented 9 years ago

Awesome, thanks!