rename bootstrapTravis to Travis.run
This commit is contained in:
parent
91a186e6b8
commit
ea8946d2eb
|
@ -1,9 +1,6 @@
|
|||
require 'ext/jquery'
|
||||
require 'ext/ember/namespace'
|
||||
|
||||
window.bootstrapTravis = ->
|
||||
Travis.advanceReadiness()
|
||||
|
||||
# TODO: how can I put it in Travis namespace and use immediately?
|
||||
Storage = Em.Object.extend
|
||||
init: ->
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script src="/scripts/app.js"></script>
|
||||
<script>
|
||||
minispade.require('travis')
|
||||
bootstrapTravis()
|
||||
Travis.run()
|
||||
</script>
|
||||
</head>
|
||||
<body id="home"></body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user