Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Created April 20, 2012 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barneycarroll/2427182 to your computer and use it in GitHub Desktop.
Save barneycarroll/2427182 to your computer and use it in GitHub Desktop.
Stop breakage on environments without console.log
if(!window.console) console = {log:function(){}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment