diff --git a/src/algo.js b/src/algo.js index bcc7e7b..5068ccd 100755 --- a/src/algo.js +++ b/src/algo.js @@ -18,6 +18,7 @@ function isSet(cards) return false; } } + console.log(cards) return true; } diff --git a/views/deck-module.js b/views/deck-module.js index 566b44d..5390daa 100644 --- a/views/deck-module.js +++ b/views/deck-module.js @@ -9,7 +9,7 @@ export default{ return{ card:new Card({"filling":"empty"}), id:0, - deck : new Deck([0,1,2,3],3), + deck : new Deck([0,1,2,3],4), selectedCards:[], selectedCardsindex:[], nbCardsSelected:0,