]> git.cworth.org Git - empires-server/commitdiff
tictactoe: Simplify code by not reusing the expression "this.state"
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 23:14:04 +0000 (16:14 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 23:14:04 +0000 (16:14 -0700)
Instead, just call this once with "const state = this.state" and then
just use "state" for all subsequent uses.


No differences found