mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
moved Box2D to Vendor
This commit is contained in:
parent
a6058ce3d3
commit
2c9658012f
9 changed files with 10880 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ requirejs.config({
|
|||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Client/Networker"], function(Networker) {
|
||||
requirejs(["Client/Networker", "socket.io/socket.io.js"], function(Networker) {
|
||||
var socket = io.connect(location.href);
|
||||
var networker = new Networker(socket);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue