Skip to content

Commit

Permalink
add API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul Kar committed Aug 7, 2020
1 parent e22882d commit f93bde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@ember/-internals/routing/lib/system/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ class Route extends EmberObject implements IRoute {
not executed when the model for the route changes.
@method deactivate
@param {Transition} transition
@since 1.0.0
@public
*/
Expand All @@ -606,6 +607,7 @@ class Route extends EmberObject implements IRoute {
when the model for the route changes.
@method activate
@param {Transition} transition
@since 1.0.0
@public
*/
Expand Down

0 comments on commit f93bde7

Please sign in to comment.