Skip to content

Instantly share code, notes, and snippets.

@thiyagaraj
Created February 15, 2012 21:25
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 thiyagaraj/1839092 to your computer and use it in GitHub Desktop.
Save thiyagaraj/1839092 to your computer and use it in GitHub Desktop.
Fix errors if window.console is not available
if (!window.console) {
window.console = {};
window.console.log = function(){};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment