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 incorrect assertion #10684

Merged
merged 1 commit into from
Mar 20, 2015
Merged

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Mar 20, 2015

This assertion was left over from before the outlet refactor. It no longer makes sense here, and triggers when it shouldn't. The corresponding correct assertion now happens in appendLiveRoute in ember-routing/lib/system/router.js instead.

Closes #10611.

This assertion was left over from before the outlet refactor. It no
longer makes sense here. The corresponding correct assertion now happens
in appendLiveRoute in `ember-routing/lib/system/router.js`.
rwjblue added a commit that referenced this pull request Mar 20, 2015
[BUGFIX beta] Remove incorrect assertion
@rwjblue rwjblue merged commit d201ae8 into emberjs:master Mar 20, 2015
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.

An outlet was specified but was not found.
2 participants