Fix rendering on firefox
Rendering on firefox was broken due to the difference in time when DOM loads - without deferReadiness it was sometimes failing to add ember-application element to body
This commit is contained in:
parent
da7cb6f4b0
commit
c0397ae5d4
|
@ -64,6 +64,9 @@ window.Travis = TravisApplication.create(
|
|||
LOG_TRANSITIONS: true
|
||||
)
|
||||
|
||||
unless window.testMode
|
||||
Travis.deferReadiness()
|
||||
|
||||
$.extend Travis,
|
||||
run: ->
|
||||
Travis.advanceReadiness() # bc, remove once merged to master
|
||||
|
|
Loading…
Reference in New Issue
Block a user