]> git.cworth.org Git - empires-server/commit
tictactoe: Use empty strings instead of null objects for empty squares
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 14:25:53 +0000 (07:25 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 14:25:53 +0000 (07:25 -0700)
commit4a744b0425333284979ef76206c457ff7dcf5907
tree569452348a7c220e09085daca30abc565219da0f
parent10bc834cbdd0fe4556fca4a79aafa4e88174312d
tictactoe: Use empty strings instead of null objects for empty squares

So that the data in the board array is always of a consistent type.
tictactoe.js