Skip to content

Instantly share code, notes, and snippets.

@markmarkoh
Created October 31, 2010 02:43
Show Gist options
  • Select an option

  • Save markmarkoh/656047 to your computer and use it in GitHub Desktop.

Select an option

Save markmarkoh/656047 to your computer and use it in GitHub Desktop.
console helper
window.console = window.console || {log: function(m) {}, info: function(m) {}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment