From 2293e6f3044ad5a4894cab936a6acd9c7027542a Mon Sep 17 00:00:00 2001 From: "remi.arnal" Date: Sun, 2 Apr 2023 15:30:58 +0200 Subject: [PATCH] tw --- src/algo.js | 1 + views/deck-module.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,