Bring back deferReadiness(), it was accidentally removed

This commit is contained in:
Piotr Sarnacki 2013-07-31 16:18:54 +02:00
parent 53951c3691
commit 17d5212d86

View File

@ -35,6 +35,7 @@ Storage = Em.Object.extend
window.Travis = TravisApplication.create(
LOG_TRANSITIONS: true
)
Travis.deferReadiness()
$.extend Travis,
run: ->