hawtio / hawtio-core-navigation

The main navigation component for hawtio
Apache License 2.0
1 stars 7 forks source link

Fix #15 - error on IE11 #16

Closed abkieling closed 8 years ago

abkieling commented 8 years ago

The problem is that the polyfill for custom events isn't running on IE11 due to an incorrect browser support verification. From MDN docs: "Internet Explorer >= 9 adds a CustomEvent object to the window, but with correct implementations, this is a function." I've also fixed the references to 'hawtio-core.js' in index.html and karma.conf.js.

gashcrumb commented 8 years ago

Awesome, thanks!