Remove unused code
This commit is contained in:
parent
d630d57b7d
commit
3ce79ed3cc
|
@ -63,12 +63,6 @@ Travis.ApplicationRoute = Travis.Route.extend
|
||||||
afterSignOut: ->
|
afterSignOut: ->
|
||||||
@transitionTo('index.current')
|
@transitionTo('index.current')
|
||||||
|
|
||||||
Travis.Router.reopen
|
|
||||||
transitionTo: ->
|
|
||||||
this.container.lookup('controller:repo').set('lineNumber', null)
|
|
||||||
|
|
||||||
@_super.apply this, arguments
|
|
||||||
|
|
||||||
Travis.Router.map ->
|
Travis.Router.map ->
|
||||||
@resource 'index', path: '/', ->
|
@resource 'index', path: '/', ->
|
||||||
@resource 'getting_started'
|
@resource 'getting_started'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user