IE console fix

by peterbenoit

JavaScript

if(!this.console){
    window.console = {
        log: function(){}        
    };
}