Merge pull request #16 from nedk/issue_15

fixes #15
This commit is contained in:
ali asaria 2011-06-07 07:18:00 -07:00
commit c60913854f

View file

@ -609,7 +609,7 @@ $(function() {
createCard( createCard(
'card' + uniqueID, 'card' + uniqueID,
'', '',
58, 460, 58, $('div.board-outline').height(),// hack - not a great way to get the new card coordinates, but most consistant ATM
rotation, rotation,
randomCardColour()); randomCardColour());
}); });