From f599309984e060c9cba371912ebf661c1a694796 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 29 Jun 2016 17:00:23 +0200 Subject: [PATCH] try to draw 1000*1000 svg grig --- 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 9c0f9be..4f5d245 100644 --- a/src/arenas/tron/js.js +++ b/src/arenas/tron/js.js @@ -16,7 +16,7 @@ function applyInitMessage(req){ //callback function when init game request if(req.readyState == 4){ if(req.status == 200) { - alert (req.responseTxt); + alert (req.responseText); }else{ alert ('error ' + xhr.status);