Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created January 2, 2014 01:44
Show Gist options
  • Select an option

  • Save ryanburgess/8213799 to your computer and use it in GitHub Desktop.

Select an option

Save ryanburgess/8213799 to your computer and use it in GitHub Desktop.
Prevent console.log errors in IE
if ( ! window.console ) console = { log: function(){} };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment