fix var name

This commit is contained in:
gnieark 2016-06-03 11:58:15 +02:00
parent 32661497d8
commit 1ee748e472

View File

@ -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);