Skip to content

Instantly share code, notes, and snippets.

@amboy00
Created October 1, 2013 14:54
Show Gist options
  • Save amboy00/6779753 to your computer and use it in GitHub Desktop.
Save amboy00/6779753 to your computer and use it in GitHub Desktop.
Found this in an old file, don't know where it came from.
var log = function(obj) {
if (typeof window.console === 'object' && typeof window.console.log === 'function') {
window.console.log(obj);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment