Skip to content

Commit

Permalink
qf
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Kosov <vc.kosyak@gmail.com>
  • Loading branch information
kosyak committed Dec 16, 2011
1 parent 64b6b45 commit 8d069ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/main.js
Expand Up @@ -9,7 +9,7 @@
<script src="static/js/ws.js" type="text/javascript"></script>
<script src="static/js/main.js" type="text/javascript"></script> */

require(["vLog.js", "map.js", "main_loop.js", "keyboard.js", "canvas.js", "tank.js", "ws.js"], function(someModule) {
require(["static/js/vLog.js", "map.js", "main_loop.js", "keyboard.js", "canvas.js", "tank.js", "ws.js"], function(someModule) {
window.addEventListener('DOMContentLoaded', function() {
vLog.log('Hello');
}, false);
Expand Down

0 comments on commit 8d069ec

Please sign in to comment.