Skip to content

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

Merged
bmac merged 1 commit into
warp-drive-data:release-1-13from
pangratz:restore-ie8-compatibility
Oct 7, 2015
Merged

[BUGFIX] Restore IE8 compatibility by using Ember.create#3825
bmac merged 1 commit into
warp-drive-data:release-1-13from
pangratz:restore-ie8-compatibility

Conversation

@pangratz

@pangratz pangratz commented Oct 7, 2015

Copy link
Copy Markdown
Contributor

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 warp-drive-data:release-1-13 Oct 7, 2015
@bmac

bmac commented Oct 7, 2015

Copy link
Copy Markdown
Contributor

🔨 🐛

@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