Skip to content

Instantly share code, notes, and snippets.

@haribote
Created November 12, 2014 01:25
Show Gist options
  • Save haribote/4328230018e72a333071 to your computer and use it in GitHub Desktop.
Save haribote/4328230018e72a333071 to your computer and use it in GitHub Desktop.
var _log = (function() {
if (window.console && console.log) {
return console.log.bind(console);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment