Skip to content

Instantly share code, notes, and snippets.

@voodootikigod
Created February 8, 2011 04:47
Show Gist options
  • Save voodootikigod/815872 to your computer and use it in GitHub Desktop.
Save voodootikigod/815872 to your computer and use it in GitHub Desktop.
(function(__global){
if (!__global.console || (__global.console && !__global.console.log)) {
__global.console = {
log: (__global.opera && __global.opera.postError)
? __global.opera.postError
: function(){ }
}
}
})(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment