Skip to content

Instantly share code, notes, and snippets.

@christophervigliotti
Created July 31, 2014 23:01
Show Gist options
  • Save christophervigliotti/52433022edc8da7b9750 to your computer and use it in GitHub Desktop.
Save christophervigliotti/52433022edc8da7b9750 to your computer and use it in GitHub Desktop.
unbreak my internet explorer 11...
if(typeof console == "undefined") { // for ticket 484
this.console = {log: function() {}};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment