Commit 630ded54 by doszhang

dos

parent 44a3c02c
...@@ -66,7 +66,8 @@ $(document).ready(function () { ...@@ -66,7 +66,8 @@ $(document).ready(function () {
}); });
}); });
var init = function () {
function init() {
inited = true; inited = true;
window.addEventListener("resize", resizeCanvas, false); window.addEventListener("resize", resizeCanvas, false);
window.addEventListener("DOMContentLoaded", onLoad, false); window.addEventListener("DOMContentLoaded", onLoad, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment