Closed rokerkony closed 11 years ago
Well, IE8 is a bug itself :-D This is not a bug, IE8 doesn't have any console. I would guess some fallback for non-modern-browsers, like: if (!window.console) { window.console = { log: function () {}, DEBUG: true }; }
window.console is sometimes null or undefined
file: ngx-library/src/modules/smap/smap.js
hotfix: