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

Only override container methods if present. #85

Merged
merged 1 commit into from
Jul 21, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jul 21, 2015

The intent of this code initially was to suppress deprecation messages that could not be fixed by the test suite.

In Ember 2.0.0 these deprecated methods are being removed, this change ensures that we only expose them when the container already has them.

See emberjs/ember.js#11853 for details.

The intent of this code initially was to suppress deprecation messages
that could not be fixed by the test suite.

In Ember 2.0.0 these deprecated methods are being removed, this change
ensures that we only expose them when the container already has them.
rwjblue added a commit that referenced this pull request Jul 21, 2015
Only override container methods if present.
@rwjblue rwjblue merged commit b648692 into emberjs:master Jul 21, 2015
@rwjblue rwjblue deleted the only-override-if-method-present branch July 21, 2015 21:01
@dgeb
Copy link
Member

dgeb commented Jul 21, 2015

Thanks @rwjblue 👍

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