Created
November 30, 2012 01:13
-
-
Save steveosoule/4173077 to your computer and use it in GitHub Desktop.
Prevent consol.log Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (!window.console||!console.log)&&function(){for(var c=function(){},a="assert clear count debug dir dirxml error exception group groupCollapsed groupEnd info log markTimeline profile profileEnd markTimeline table time timeEnd timeStamp trace warn".split(" "),b=a.length,d=window.console={};b--;)d[a[b]]=c}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment