Corrected an error who Player 2 gain point while the game isn't started

This commit is contained in:
Florian Bouillon 2016-10-17 22:29:52 +00:00
parent 8c40ef50a8
commit ae61dfd158

View File

@ -31,8 +31,8 @@ var TicTacToe = {
TicTacToe.Turn[0] = 1;
}
}
}
TicTacToe.Check();
}
},
Check : function() {
/**