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 c3596e7 commit 91bcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: replace following with window.addEventListener('load', eventWindowLoaded, false);

require(['./vlog', './Tank', './ExtCanvas', './MainLoop'], function(vlog, Tank, ExtCanvas, MainLoop) {
require(['./Map', './MainLoop', './vlog', './Tank', './ExtCanvas'], function(Map, MainLoop, vlog, Tank, ExtCanvas) {
window.addEventListener('DOMContentLoaded', function() {
vlog.log('Hello');
}, false);
Expand Down

0 comments on commit 91bcaff

Please sign in to comment.