Created
May 4, 2013 16:07
-
-
Save bartek/5517943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var __scripts = ["http://127.0.0.1:4000/javascript/public/lodash.js","http://127.0.0.1:4000/javascript/public/yabble.js","http://127.0.0.1:4000/javascript/public/gamejs.min.js"]; | |
| __scripts.forEach(function(script) { | |
| try { | |
| importScripts(script); | |
| } catch (e) { | |
| // can't help the worker | |
| } | |
| }); | |
| self.require.setModuleRoot("http://127.0.0.1:4000/javascript/");self.require.run("./gramework/gamepad"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment