Workaround for Explorer console support
parent
71f0c32943
commit
6d7c12ca60
|
@ -99,3 +99,12 @@ function stackTrace() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}(DOMParser));
|
}(DOMParser));
|
||||||
|
|
||||||
|
// Support for Windows ...
|
||||||
|
if(!window.console){
|
||||||
|
console = {
|
||||||
|
log: function(e){
|
||||||
|
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue