krambuhl / custom-event-polyfill

Polyfill for creating CustomEvents on IE9/10/11 if native implementation is missing.
MIT License
112 stars 19 forks source link

IE11 reports Object on window.CustomEvent #1

Closed fattenap closed 10 years ago

fattenap commented 10 years ago

IE11 seems to be reporting an object on window.CustomEvent causing the polyfill to fail.

krambuhl commented 10 years ago

looks super. thanks for the update.