Skip to content

Instantly share code, notes, and snippets.

@Shoekrates
Created June 12, 2013 13:53
Show Gist options
  • Save Shoekrates/5765467 to your computer and use it in GitHub Desktop.
Save Shoekrates/5765467 to your computer and use it in GitHub Desktop.
console.log() IE9 compatible
if (window.console) {
console.log('message');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment