try to draw 1000*1000 svg grig
This commit is contained in:
parent
c17b6cb69e
commit
f599309984
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user