mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Workaround for Explorer console support
This commit is contained in:
parent
71f0c32943
commit
6d7c12ca60
@ -98,4 +98,13 @@ function stackTrace() {
|
||||
return real_parseFromString.apply(this, arguments);
|
||||
}
|
||||
};
|
||||
}(DOMParser));
|
||||
}(DOMParser));
|
||||
|
||||
// Support for Windows ...
|
||||
if(!window.console){
|
||||
console = {
|
||||
log: function(e){
|
||||
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user