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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses Ember.keys instead of Object.keys in reexport #3655

Merged
merged 1 commit into from Mar 26, 2015
Merged

Uses Ember.keys instead of Object.keys in reexport #3655

merged 1 commit into from Mar 26, 2015

Conversation

danmcclain
Copy link
Contributor

Object.keys does not exist in IE8, so we use Ember.keys in reexport
instead of Object.keys to prevent explosions 馃敟 馃挜

@rwjblue
Copy link
Member

rwjblue commented Mar 26, 2015

馃憤

@rwjblue rwjblue changed the title Uses Ember.keys instead of Object.keys ine reexport Uses Ember.keys instead of Object.keys in reexport Mar 26, 2015
Object.keys does not exist in IE8, so we use Ember.keys in reexport
instead of Object.keys to prevent explosions 馃挜
stefanpenner added a commit that referenced this pull request Mar 26, 2015
Uses Ember.keys instead of Object.keys in reexport
@stefanpenner stefanpenner merged commit d02f8fc into ember-cli:master Mar 26, 2015
@danmcclain danmcclain deleted the ie8-keys-fix branch March 27, 2015 12:32
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.

None yet

3 participants