Pashofa, Luis Ayala (tennis) & Nichols Farm District.
This commit is contained in:
parent
9ca3620746
commit
12ff434797
1 changed files with 4 additions and 4 deletions
|
@ -143,10 +143,10 @@ $shuffle.addEventListener('click', function () {
|
||||||
deck.shuffle()
|
deck.shuffle()
|
||||||
})
|
})
|
||||||
|
|
||||||
$bysuit.addEventListener('click', function () {
|
// $bysuit.addEventListener('click', function () {
|
||||||
deck.sort(true) // sort reversed
|
// deck.sort(true) // sort reversed
|
||||||
deck.bysuit()
|
// deck.bysuit()
|
||||||
})
|
// })
|
||||||
|
|
||||||
$loq.addEventListener('click', function () {
|
$loq.addEventListener('click', function () {
|
||||||
deck.shuffle()
|
deck.shuffle()
|
||||||
|
|
Loading…
Reference in a new issue