Skip to content

Instantly share code, notes, and snippets.

@gregorynicholas
Created December 8, 2011 18:41
Show Gist options
  • Save gregorynicholas/1447982 to your computer and use it in GitHub Desktop.
Save gregorynicholas/1447982 to your computer and use it in GitHub Desktop.
Window.console: One line console.log object checker.
if(!('console' in window)){window.console={log:function(){}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment