mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Workaround for Explorer console support
This commit is contained in:
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
Block a user