Skip to content

Instantly share code, notes, and snippets.

@roundcorners
Created November 4, 2011 11:46
Show Gist options
  • Save roundcorners/1339174 to your computer and use it in GitHub Desktop.
Save roundcorners/1339174 to your computer and use it in GitHub Desktop.
Check for console support
var debug = function(text) {
( (window.console && console.log) || window.alert).call(this, text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment