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

Do not throw an error if this.namespace is undefined on init. #89

Merged
merged 2 commits into from
Mar 15, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 15, 2015

By default an Ember CLI app's test suite sets namespace after the resolver is created. This caused an error with the prior deprecation.

Now the deprecation is fired on the first lookup.

By default an Ember CLI app's test suite sets `namespace` after the
resolver is created. This caused an error with the prior deprecation.

Now the deprecation is fired on the first lookup.
rwjblue added a commit that referenced this pull request Mar 15, 2015
Do not throw an error if `this.namespace` is undefined on init.
@rwjblue rwjblue merged commit 0186451 into master Mar 15, 2015
@rwjblue rwjblue deleted the do-not-blow-up branch March 15, 2015 22:22
kratiahuja pushed a commit to kratiahuja/ember-resolver that referenced this pull request Aug 5, 2016
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