changed function XXX( to function XXX (

This commit is contained in:
logsol 2012-07-28 13:54:49 +02:00
parent 7e5eeb0a27
commit 76daceb2e7
22 changed files with 22 additions and 22 deletions

View file

@ -6,7 +6,7 @@ define([
function (HttpServer, Socket, Coordinator) {
function Server(options) {
function Server (options) {
coordinator = new Coordinator();
httpServer = new HttpServer(options);
this.socket = new Socket(httpServer.getServer(), options, coordinator);