Skip to content

Commit

Permalink
[DOC release] Route#disconnectOutlet should not be private
Browse files Browse the repository at this point in the history
  • Loading branch information
alexspeller committed Sep 15, 2015
1 parent e8eab91 commit 48893d6
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 @@ -1993,7 +1993,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 48893d6

Please sign in to comment.