/js/DemoCircles/script.js
http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · JavaScript · 11 lines · 8 code · 1 blank · 2 comment · 0 complexity · 225befa596bd98150f19a83fa7764df7 MD5 · raw file
- (function () {
- WEB_SOCKET_SWF_LOCATION = "ABC"
- // Callback for when browse is ready
- var onDocumentReady = function () {
- var clientGame = new DemoApp.DemoClientGame();
- DemoApp.DemoClientGame.prototype.log("DemoClientGame: Ready...");
- };
- // Listen for ready
- window.addEventListener('load', onDocumentReady, false);
- })();