add TODO about cards blanking when players join and leave game

This commit is contained in:
Andy Janata 2012-03-12 22:20:17 -07:00
parent 2d770e4098
commit 2931fb7492
1 changed files with 1 additions and 0 deletions

View File

@ -599,6 +599,7 @@ cah.Game.prototype.updateGameStatus = function(data) {
}
if (data[cah.$.AjaxResponse.GAME_INFO][cah.$.GameInfo.STATE] == cah.$.GameState.PLAYING) {
// TODO this is the cause of the cards blanking when someone joins or leaves
$(".game_white_cards", this.element_).empty();
}