diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index 2485208..4038a74 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -89,7 +89,7 @@ this.flippedTiles = 0; this.chosenLevel = ""; this.numMoves = 0; - var dateDebut = new Date(); + this.dateDebut = new Date(); this._setupGameWrapper(level, nbcase, nbPartie); }