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] Restore IE8 compatibility by using Ember.create #3825

Merged
merged 1 commit into from
Oct 7, 2015
Merged

[BUGFIX] Restore IE8 compatibility by using Ember.create #3825

merged 1 commit into from
Oct 7, 2015

Conversation

pangratz
Copy link
Member

@pangratz pangratz commented Oct 7, 2015

The back ported performance optimization of using EmptyObject uses
Object.create, which is not available in IE8. Hence Ember.create is
used, which shims this behavior for IE8 and uses Object.create when it
is available.

This closes #3791

cc @bmac @stefanpenner

The back ported performance optimization of using EmptyObject uses
`Object.create`, which is not available in IE8. Hence `Ember.create` is
used, which shims this behavior for IE8 and uses `Object.create` when it
is available.

This closes #3791
bmac added a commit that referenced this pull request Oct 7, 2015
[BUGFIX] Restore IE8 compatibility by using Ember.create
@bmac bmac merged commit 5ed10d1 into emberjs:release-1-13 Oct 7, 2015
@bmac
Copy link
Member

bmac commented Oct 7, 2015

🔨 🐛

@pangratz pangratz deleted the restore-ie8-compatibility branch October 9, 2015 09:27
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