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

Align with container cleanup #109

Merged
merged 1 commit into from
Aug 24, 2015
Merged

Conversation

mike-north
Copy link
Member

container.register should now be app.register, as of container/registry reform emberjs/ember.js#11440

I'm presuming that this will get released as 0.1.20

initialize: function(container, app) {
initialize: function() {
var app = arguments[1] || arguments[0];
var container = arguments[1] ? arguments[0] : app;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

container is not really necessary, app.register can be used below. I think there is no need to modify files under dist/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was part of the bundle exec rake command.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, updating dist is fine

rwjblue added a commit that referenced this pull request Aug 24, 2015
@rwjblue rwjblue merged commit 85368b0 into ember-cli:master Aug 24, 2015
@rwjblue
Copy link
Member

rwjblue commented Aug 24, 2015

tagged v0.1.20

@quaertym
Copy link

👍

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.

3 participants