jekor / drcal

A Minimalist JavaScript Calendar (not a date picker)
http://www.minjs.com/#drcal
MIT License
26 stars 5 forks source link

fix calendar not showing in IE #4

Closed midzer closed 8 years ago

midzer commented 8 years ago

Good evening, some friends reported that drcal is not working in latest IE. After checking via netrenderer.com, i digged into the problem.

Well, here's the fix. Miserably, i did not get IE 9 working as in https://github.com/krambuhl/custom-event-polyfill/blob/master/custom-event-polyfill.js suggested.

jekor commented 8 years ago

Thanks again. So event is a global variable in IE. Thanks also for netrenderer, that'll come in handy.