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 beta] Remove superfluous initializer. #12253

Merged
merged 1 commit into from
Sep 1, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 31, 2015

All of the work done by this initializer is already done in Ember.Application#buildRegistry (here), and having the initializer AND the buildRegistry do the same thing causes issues with App.reset.

Fixes #12231.

All of the work done by this initializer is already done in
`Ember.Application#buildRegistry`, and having the initializer AND the
`buildRegistry` do the same thing causes issues with `App.reset`.
rwjblue added a commit that referenced this pull request Sep 1, 2015
[BUGFIX beta] Remove superfluous initializer.
@rwjblue rwjblue merged commit bc84326 into emberjs:master Sep 1, 2015
@rwjblue rwjblue deleted the remove-superfluous-initializer branch September 1, 2015 00:19
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.

1 participant