Log router transitions
This commit is contained in:
parent
0ac5b6855e
commit
50e533b116
|
@ -32,9 +32,9 @@ Storage = Em.Object.extend
|
||||||
clear: ->
|
clear: ->
|
||||||
@set('storage', {})
|
@set('storage', {})
|
||||||
|
|
||||||
window.Travis = TravisApplication.create()
|
window.Travis = TravisApplication.create(
|
||||||
|
LOG_TRANSITIONS: true
|
||||||
Travis.deferReadiness()
|
)
|
||||||
|
|
||||||
$.extend Travis,
|
$.extend Travis,
|
||||||
run: ->
|
run: ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user