mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
replaced all tabs with 4 spaces
This commit is contained in:
parent
5d11540c55
commit
26f3d22db7
30 changed files with 1017 additions and 1011 deletions
|
|
@ -1,16 +1,16 @@
|
|||
define([
|
||||
"Bootstrap/HttpServer",
|
||||
"Bootstrap/Socket",
|
||||
"Lobby/Coordinator"
|
||||
"Bootstrap/HttpServer",
|
||||
"Bootstrap/Socket",
|
||||
"Lobby/Coordinator"
|
||||
],
|
||||
|
||||
function(HttpServer, Socket, Coordinator) {
|
||||
|
||||
function Server(options) {
|
||||
coordinator = new Coordinator();
|
||||
httpServer = new HttpServer(options);
|
||||
this.socket = new Socket(httpServer.getServer(), options, coordinator);
|
||||
}
|
||||
function Server(options) {
|
||||
coordinator = new Coordinator();
|
||||
httpServer = new HttpServer(options);
|
||||
this.socket = new Socket(httpServer.getServer(), options, coordinator);
|
||||
}
|
||||
|
||||
return Server;
|
||||
return Server;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue