try to draw 1000*1000 svg grig

This commit is contained in:
Gnieark 2016-06-29 17:00:23 +02:00
parent c17b6cb69e
commit f599309984

View File

@ -16,7 +16,7 @@ function applyInitMessage(req){
//callback function when init game request //callback function when init game request
if(req.readyState == 4){ if(req.readyState == 4){
if(req.status == 200) { if(req.status == 200) {
alert (req.responseTxt); alert (req.responseText);
}else{ }else{
alert ('error ' + xhr.status); alert ('error ' + xhr.status);