rename bootstrapTravis to Travis.run

This commit is contained in:
Sven Fuchs 2013-02-26 23:59:03 +01:00
parent 91a186e6b8
commit ea8946d2eb
2 changed files with 1 additions and 4 deletions

View File

@ -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: ->

View File

@ -16,7 +16,7 @@
<script src="/scripts/app.js"></script>
<script>
minispade.require('travis')
bootstrapTravis()
Travis.run()
</script>
</head>
<body id="home"></body>