/js/DemoCircles/script.js
JavaScript | 11 lines | 8 code | 1 blank | 2 comment | 0 complexity | 225befa596bd98150f19a83fa7764df7 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- (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);
- })();