Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created August 16, 2012 16:14
Show Gist options
  • Select an option

  • Save andershaig/3371410 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/3371410 to your computer and use it in GitHub Desktop.
Empty console.log for browsers lacking
if (!window.console) window.console={log:function(){}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment