Skip to content

Instantly share code, notes, and snippets.

@zodman
Created January 31, 2013 19:40
Show Gist options
  • Save zodman/4685744 to your computer and use it in GitHub Desktop.
Save zodman/4685744 to your computer and use it in GitHub Desktop.
para evitar problemas de console.log en ie
if (!window.console) {
window.console = {
log: function() {},
error: function() {},
info: function() {},
warn: function() {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment