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: -> clear: ->
@set('storage', {}) @set('storage', {})
window.Travis = TravisApplication.create() window.Travis = TravisApplication.create(
LOG_TRANSITIONS: true
Travis.deferReadiness() )
$.extend Travis, $.extend Travis,
run: -> run: ->