rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Remove calls to initEvent #111

Open rupl opened 6 years ago

rupl commented 6 years ago

I was reading more about this and realized it's deprecated. All references (luckily just one) need to be updated in the client-side code.

🔗 https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent

rupl commented 6 years ago

ugh, or maybe have both? Their page on updating code says IE has no support for the new style.

🔗 https://developer.mozilla.org/en-US/docs/Web/API/Event/Event