]> git.cworth.org Git - empires-server/commit
Drop the meta property from the game exports object.
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:04:38 +0000 (18:04 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:04:38 +0000 (18:04 -0700)
commitbb50292173f978457b4b64d6495db96cd581a4d6
treea58916290821e04f91b8de31be487cb099346562
parent493acb2b3b21f592d0ab958ba2875bb412eb8468
Drop the meta property from the game exports object.

The game's Game class is already a property on the exports object, and
that Game class already has this meta data. So there's no need to copy
it to the exports object as well.

Not to mention, no code is actually referencing it from here.
empires.js
tictactoe.js