Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Mar 25, 2017
1 parent 3c34f98 commit a6415ac
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/ember-routing/lib/services/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ import {
@category ember-routing-router-service
*/
const RouterService = Service.extend({
router: null,

rootURL: readOnly('router.rootURL'),
location: readOnly('router.location'),

currentURL: readOnly('router.currentURL'),
currentPath: readOnly('router.currentPath'),
currentRouteName: readOnly('router.currentRouteName'),
currentURL: readOnly('router.currentURL'),
location: readOnly('router.location'),
rootURL: readOnly('router.rootURL'),
router: null,

/**
Transition the application into another route. The route may
Expand Down

0 comments on commit a6415ac

Please sign in to comment.