Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Remove code for IE <9 #13680

Merged
merged 1 commit into from
Jun 15, 2016

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