From ae61dfd15820bf17d64e88cd06e2290955512b99 Mon Sep 17 00:00:00 2001 From: Aviortheking <2bazert@gmail.com> Date: Mon, 17 Oct 2016 22:29:52 +0000 Subject: [PATCH] Corrected an error who Player 2 gain point while the game isn't started --- Script/TicTacToe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/TicTacToe.js b/Script/TicTacToe.js index 7707601..64d7207 100644 --- a/Script/TicTacToe.js +++ b/Script/TicTacToe.js @@ -31,8 +31,8 @@ var TicTacToe = { TicTacToe.Turn[0] = 1; } } + TicTacToe.Check(); } - TicTacToe.Check(); }, Check : function() { /**