Log router transitions

This commit is contained in:
Piotr Sarnacki 2013-07-31 13:54:39 +02:00
parent 0ac5b6855e
commit 50e533b116

View File

@ -32,9 +32,9 @@ Storage = Em.Object.extend
clear: ->
@set('storage', {})
window.Travis = TravisApplication.create()
Travis.deferReadiness()
window.Travis = TravisApplication.create(
LOG_TRANSITIONS: true
)
$.extend Travis,
run: ->