Always run deferReadiness()

This commit is contained in:
Piotr Sarnacki 2013-08-29 01:15:46 +02:00
parent 358b7cc0c0
commit f82707b832
2 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,7 @@ window.Travis = TravisApplication.create(
LOG_TRANSITIONS: true
)
unless window.testMode
Travis.deferReadiness()
Travis.deferReadiness()
$.extend Travis,
run: ->

View File

@ -53,6 +53,7 @@
<script src="/scripts/app.js"></script>
<script>
minispade.require('travis');
Travis.run()
</script>
<script src="/scripts/specs.js"></script>
</body>