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

Make sure container and resolver normalize the same way #2

Merged
merged 2 commits into from
Nov 1, 2014

Conversation

marcoow
Copy link
Contributor

@marcoow marcoow commented Oct 29, 2014

see rwjblue/ember-qunit#94

var normalize = function(fullName) {
return resolver.normalize(fullName);
};
if (Ember.typeOf(container.normalizeFullName) === 'function') {
Copy link
Member

Choose a reason for hiding this comment

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

Can you clarify via comment that this is for backward compat (and list the version that added normalizeFullName)? This will help us know when we can remove it in the future.

dgeb added a commit that referenced this pull request Nov 1, 2014
Make sure container and resolver normalize the same way
@dgeb dgeb merged commit 534c2b8 into emberjs:master Nov 1, 2014
@dgeb
Copy link
Member

dgeb commented Nov 1, 2014

@marcoow Awesome - thanks for the note of clarification re: Ember version compatibility. :shipit:

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