messed everything up .... :( 111

This commit is contained in:
logsol 2012-07-28 21:09:39 +02:00
parent 03678eb773
commit ec1bceb1b6
13 changed files with 145 additions and 117 deletions

View file

@ -6,8 +6,8 @@ define([
function (Parent, ProtocolHelper, NotificationCenter) {
function User (id, coordinator) {
Parent.call(this, id);
function User (socketLink, coordinator) {
Parent.call(this, socketLink.id);
this.id = socketLink.id;
this.socketLink = socketLink;
this.coordinator = coordinator;