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