X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=scribe%2Fscribe.jsx;h=78155949f782174a6ff40d2a80c7b5948f715868;hp=be0de3799acf1f6bedaeb2171de86e9588832c38;hb=e7e45fef427d3d76f7f88ca919c73e28de5a301b;hpb=bc101387edcc19bf11d69d662b5ff46134795e3a diff --git a/scribe/scribe.jsx b/scribe/scribe.jsx index be0de37..7815594 100644 --- a/scribe/scribe.jsx +++ b/scribe/scribe.jsx @@ -268,7 +268,7 @@ class Game extends React.Component { game_info: {}, player_info: {}, other_players: [], - squares: Array(9).fill(null).map(() => Array(9).fill(null)), + squares: [...Array(9)].map(() => Array(9).fill(null)), moves: 0, next_to_play: "+" };