Remove run() method override, it breaks app loading
This commit is contained in:
parent
02ff533774
commit
9ed6051041
|
@ -79,9 +79,6 @@ window.Travis = Em.Application.extend(Ember.Evented,
|
|||
Travis.deferReadiness()
|
||||
|
||||
$.extend Travis,
|
||||
run: ->
|
||||
Travis.advanceReadiness() # bc, remove once merged to master
|
||||
|
||||
config:
|
||||
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href')
|
||||
pusher_key: $('meta[name="travis.pusher_key"]').attr('value')
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script src="/scripts/app.js"></script>
|
||||
<script>
|
||||
minispade.require('travis')
|
||||
Travis.run()
|
||||
Travis.advanceReadiness()
|
||||
</script>
|
||||
</head>
|
||||
<body id="home"></body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user