Skip to content

Commit

Permalink
load js files in right order.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensneuber committed Jul 15, 2014
1 parent f56e967 commit 66ba9d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@

<script src="script/Button.js"></script>
<script src="script/engine.js"></script>
<script src="script/dropbox.js"></script>
<script src="script/state_manager.js"></script>
<script src="script/header.js"></script>
<script src="script/notifications.js"></script>
<script src="script/events.js"></script>
<script src="script/room.js"></script>
<script src="script/header.js"></script>
<script src="script/notifications.js"></script>
<script src="script/events.js"></script>
<script src="script/dropbox.js"></script>
<script src="script/room.js"></script>
<script src="script/outside.js"></script>
<script src="script/world.js"></script>
<script src="script/path.js"></script>
Expand Down

0 comments on commit 66ba9d9

Please sign in to comment.