From c8610d0873eb25e654b8bef29dfd4f00486ac9c7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 3 Jul 2016 12:51:30 +0200 Subject: [PATCH] . --- src/arenas/tron/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tron/js.js b/src/arenas/tron/js.js index 88cffcf..f69eb43 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -81,7 +81,7 @@ function applyInitMessage(req,xd_check){ } function play(gameId,xd_check){ - var request = new XMLHttpRequest(); + var req = new XMLHttpRequest(); req.onreadystatechange = function(){ if(req.readyState == 4){ if(req.status == 200) {