mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
messed everything up .... :( 111
This commit is contained in:
parent
03678eb773
commit
ec1bceb1b6
13 changed files with 145 additions and 117 deletions
10
channel.js
10
channel.js
|
|
@ -6,8 +6,12 @@ requirejs.config({
|
|||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Bootstrap/Channel"], function (ChannelBootstrap) {
|
||||
requirejs([
|
||||
"Game/Server/LobbyPipe"
|
||||
],
|
||||
|
||||
function (LobbyPipe) {
|
||||
var lobbyPipe = new LobbyPipe(process);
|
||||
|
||||
var channelBootstrap = new ChannelBootstrap(process);
|
||||
inspector.channelBootstrap = channelBootstrap;
|
||||
inspector.lobbyPipe = lobbyPipe;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue