Merge branch 'issue_15'

This commit is contained in:
Ned Kahvo 2011-06-06 23:20:22 -04:00
commit 01f788f227

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());
}); });