mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
moved files towards new structure. fixes #22
This commit is contained in:
parent
8cf8f057bb
commit
9de3147406
40 changed files with 0 additions and 110 deletions
12
client.js
12
client.js
|
|
@ -1,12 +0,0 @@
|
|||
requirejs.config({
|
||||
baseUrl: 'lib'
|
||||
});
|
||||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Client/Networker", "Vendor/SocketIO"], function(Networker, SocketIO) {
|
||||
var socket = SocketIO.connect(location.href);
|
||||
var networker = new Networker(socket);
|
||||
|
||||
inspector.networker = networker;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue