Skip to content

Instantly share code, notes, and snippets.

@walm
Created December 10, 2010 08:11
Show Gist options
  • Save walm/735945 to your computer and use it in GitHub Desktop.
Save walm/735945 to your computer and use it in GitHub Desktop.
Fix console for old shi*y browsers
if (!window.console) {
window.console = {
log: function() {},
error: function() {},
warn: function() {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment