Workaround for Explorer console support
This commit is contained in:
@@ -98,4 +98,13 @@ function stackTrace() {
|
||||
return real_parseFromString.apply(this, arguments);
|
||||
}
|
||||
};
|
||||
}(DOMParser));
|
||||
}(DOMParser));
|
||||
|
||||
// Support for Windows ...
|
||||
if(!window.console){
|
||||
console = {
|
||||
log: function(e){
|
||||
|
||||
}
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user