try to draw 1000*1000 svg grig

pull/96/head
Gnieark 8 years ago
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…
Cancel
Save