JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak hand caption and comments
[peach-cgt.git] / client.coffee
index 139158d..5459c78 100644 (file)
@@ -201,7 +201,7 @@ initialize_cards = () ->
 
        update_pile_views()
 
-# also makes sure all non-piled cards are instantiated FIXME rename
+# also makes sure all non-piled cards are instantiated
 update_pile_views = ->
        ps = {}
        for card in state.cards
@@ -253,7 +253,7 @@ init = ->
 
        state = window.game_model.new me
        state.on 'move', (agent, card, x, y, z, pile) ->
-               update_pile_views()
+               update_pile_views() # ensures instantiation of all visible cards
                if state.cards[card].view? # the card is visible
                        # show it face down if it's in the other player's hand
                        state.cards[card].view.toggleClass 'your_hand', in_your_hand state.cards[card]