]> git.cworth.org Git - empires-server/commit
Rename identifiers from square to move
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 18:35:43 +0000 (11:35 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 18:35:43 +0000 (11:35 -0700)
commit6694d6e0959ebd4056ba50ff0e0b11fca83f6bfa
tree88d4e81a74e665f58c3a8dbee23dccb86a1aa084
parent9e5bf65868eaafcb11d09c0fee02e0d3d7c2121f
Rename identifiers from square to move

There is no functional change here, but the code makes more sense this
way given the code change of the previous commit. The body property is
now named .move not .square so use identifiers that match.
tictactoe.js