Skip to content

Commit

Permalink
Merge pull request #15068 from Exelord/fix-router-service
Browse files Browse the repository at this point in the history
Clean router service
  • Loading branch information
locks authored Mar 26, 2017
2 parents ee8ab34 + a6415ac commit 6edfda7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-routing/lib/services/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
Service,
readOnly
} from 'ember-runtime';
import { get } from 'ember-metal';
import RouterDSL from '../system/dsl';

/**
The Router service is the public API that provides component/view layer
Expand All @@ -23,6 +21,7 @@ const RouterService = Service.extend({
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 6edfda7

Please sign in to comment.