Corrected an error who Player 2 gain point while the game isn't started
This commit is contained in:
parent
8c40ef50a8
commit
ae61dfd158
@ -31,8 +31,8 @@ var TicTacToe = {
|
|||||||
TicTacToe.Turn[0] = 1;
|
TicTacToe.Turn[0] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
TicTacToe.Check();
|
||||||
}
|
}
|
||||||
TicTacToe.Check();
|
|
||||||
},
|
},
|
||||||
Check : function() {
|
Check : function() {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user