Skip to content

Commit

Permalink
Adding url to deprecation of router property
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Feb 13, 2017
1 parent 56a230d commit fa0286a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ember-routing/lib/system/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,8 @@ function representEmptyRoute(liveRoutes, defaultParentState, route) {

deprecateProperty(EmberRouter.prototype, 'router', 'routerMicrolib', {
id: 'ember-router.router',
until: '2.16'
until: '2.16',
url: 'http://emberjs.com/deprecations/v2.x/#toc_ember-router-router-renamed-to-ember-router-routermicrolib'
});

export default EmberRouter;

0 comments on commit fa0286a

Please sign in to comment.