fix var name
This commit is contained in:
parent
32661497d8
commit
1ee748e472
|
@ -132,7 +132,7 @@ function play(player){
|
|||
"players" : 2,
|
||||
"board" : grid,
|
||||
"you" : symbol,
|
||||
"player-index" : p-1
|
||||
"player-index" : player-1
|
||||
};
|
||||
var stringToSend = JSON.stringify(arrToSend);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user