Fixed the Attribute Pool Bug :)

This commit is contained in:
Peter 'Pita' Martischka 2011-05-18 23:04:11 +01:00
parent 08b8568f7b
commit e14cb5c2b7
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ function handleClientReady(client, message)
pad2sessions[message.padId].push(sessionId);
//prepare all values for the wire
atext = pad.atext;
var atext = Changeset.cloneAText(pad.atext);
var attribsForWire = Changeset.prepareForWire(atext.attribs, pad.pool);
var apool = attribsForWire.pool.toJsonable();
atext.attribs = attribsForWire.translated;