some more renaming

This commit is contained in:
logsol 2012-07-21 21:37:24 +02:00
parent 9de3147406
commit bd45f538c7
34 changed files with 0 additions and 0 deletions

View file

@ -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;
});