UI refactor to less gloabl

This commit is contained in:
Peter Cottle 2012-11-03 16:05:44 -07:00
parent 1d476af467
commit 4e30d1b511
4 changed files with 18 additions and 22 deletions

View file

@ -128,8 +128,6 @@
</script>
<!-- My files! -->
<script src="main.js"></script>
<script src="async.js"></script>
<script src="constants.js"></script>
<script src="errors.js"></script>
@ -152,5 +150,7 @@
<!-- levels -->
<script src="levels.js"></script>
<!-- on ready -->
<script src="main.js"></script>
</body>
</html>