Office of Biorepositories and Biospecimen Research & Explorers of the Body
This commit is contained in:
parent
4144081e6a
commit
c899754c2e
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ var Deck = (function () {
|
|||
|
||||
// calculate rank/suit, etc..
|
||||
var rank = i % 13 + 1;
|
||||
var suit = i / 13 | 0;
|
||||
var suit = i / 2 | 0;
|
||||
var z = (30 - i) / 2;
|
||||
|
||||
// create elements
|
||||
|
|
Loading…
Reference in a new issue