Adjust cards when board is resized

This commit is contained in:
Raincole 2011-06-14 07:42:04 +08:00
parent 1a4b9ec745
commit 30ff63f1c6
2 changed files with 81 additions and 21 deletions

View file

@ -226,4 +226,4 @@ exports.broadcast_to_roommates = function (client, msg) {
console.log(' - ' + roommates[i].sessionId);
roommates[i].send(msg);
}
}
}