From de7fe8520edfb4a087c70018df1f1f8e15c4e167 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 26 Oct 2011 18:32:36 -0400 Subject: [PATCH] update comments --- client.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client.coffee b/client.coffee index e49c003..774e29e 100644 --- a/client.coffee +++ b/client.coffee @@ -44,13 +44,14 @@ add_card = (text, x, y) -> card.draggable stack: '.card' card.bind 'dragstop', (event, ui) -> p = card.position() - #card.children().html("(#{p.left}, #{p.top})") + # FIXME tell server (p.left, p.top) init = -> if state.auto_shuffle state.my_cards.shuffle() state.your_cards.shuffle() # FIXME have the server or other player do this state.auto_shuffle = false + # FIXME tell server left = 15 top = 450 for card in state.my_cards -- 1.7.10.4