Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrishnikov committed Feb 21, 2016
1 parent 154cd26 commit 726095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Stack() {
// stackMakeDeck(n): Initializes a stack using 'n' packs of cards.
//-----------------------------------------------------------------------------

function stackMakeDeck(n) { //n from deck.js shuffle()
function stackMakeDeck(n) { //n from deck.js unit deck.makeDeck

var ranks = new Array("A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K");
var suits = new Array("C", "D", "H", "S");
Expand Down

0 comments on commit 726095e

Please sign in to comment.