Console.log Fallback (IE)
//Console.log Fallback for Internet Explorer
if ( !window.console ) {
window.console = new function() {
this.log = function(str) {};
this.dir = function(str) {};
};
};
Written by Greg Babula
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Related Tags
#javascript
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#