Skip to content

Commit

Permalink
Merge pull request #12348 from alexspeller/fix-route-private
Browse files Browse the repository at this point in the history
Route#disconnectOutlet should not be private
  • Loading branch information
trek committed Jan 16, 2016
2 parents f0be0d4 + 48893d6 commit 3bf93e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-routing/lib/system/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ var Route = EmberObject.extend(ActionHandler, Evented, {
@method disconnectOutlet
@param {Object|String} options the options hash or outlet name
@private
@public
*/
disconnectOutlet(options) {
var outletName;
Expand Down

0 comments on commit 3bf93e1

Please sign in to comment.