define console for IE9; updated to fix lint errors and comment
This commit is contained in:
parent
19622406da
commit
08f8aed521
@ -225,9 +225,9 @@
|
||||
});
|
||||
})();
|
||||
|
||||
//IE9 console
|
||||
// Check console compatability
|
||||
(function checkConsoleCompatibility() {
|
||||
if (typeof console == "undefined") {
|
||||
if (typeof console == 'undefined') {
|
||||
console = {log: function() {}};
|
||||
}
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user