Skip to content

Instantly share code, notes, and snippets.

@flesch
Created October 26, 2012 15:44
Show Gist options
  • Save flesch/3959511 to your computer and use it in GitHub Desktop.
Save flesch/3959511 to your computer and use it in GitHub Desktop.
console.log
if (typeof window.console === "undefined") {
window.console = {
log: function() {
alert(Array.prototype.slice.call(arguments).join(", "));
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment