Skip to content

Instantly share code, notes, and snippets.

@brianyang
Created January 20, 2012 19:36
Show Gist options
  • Save brianyang/1649161 to your computer and use it in GitHub Desktop.
Save brianyang/1649161 to your computer and use it in GitHub Desktop.
console dummy
if(typeof console === "undefined") {
console = { log: function() { } };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment