Skip to content

Conversation

@tricknotes
Copy link
Member

document.createEventObject() is an API for legacy IE.
It is deprecated since IE 9 and document.createEvent() (that is a DOM Level 3 standard API) is supported.

ref: https://msdn.microsoft.com/en-us//library/ff986080(v=vs.85).aspx

`document.createEventObject()` is an API for legacy IE.
It is deprecated since IE 9 and `document.createEvent()` (that is
a DOM Level 3 standard API) is supported.

ref: https://msdn.microsoft.com/en-us//library/ff986080(v=vs.85).aspx
@rwjblue rwjblue merged commit 08deeae into emberjs:master Jun 15, 2016
@rwjblue
Copy link
Member

rwjblue commented Jun 15, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants