Skip to content

Commit

Permalink
Merge pull request #13163 from alexspeller/replaceRoute-should-be-public
Browse files Browse the repository at this point in the history
Controller#replaceRoute should be public
  • Loading branch information
rwjblue authored Nov 11, 2016
2 parents d28d4d2 + 8b0b4d6 commit f62e055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-routing/lib/ext/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ControllerMixin.reopen({
while transitioning to the route.
@for Ember.ControllerMixin
@method replaceRoute
@private
@public
*/
replaceRoute(...args) {
// target may be either another controller or a router
Expand Down

0 comments on commit f62e055

Please sign in to comment.