Skip to content

Instantly share code, notes, and snippets.

@ZeeDev
Created May 28, 2013 20:11
Show Gist options
  • Save ZeeDev/5665719 to your computer and use it in GitHub Desktop.
Save ZeeDev/5665719 to your computer and use it in GitHub Desktop.
console.js
(function(fn) {
window.console = window.console || {log: fn, warn: fn, info: fn};
})(function() {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment