This commit is contained in:
Blue 2019-01-18 04:50:48 +03:00
parent db0b829fbd
commit df77690724
3 changed files with 54 additions and 51 deletions

View file

@ -31,7 +31,7 @@
scheduleData();
setTimeout(.bind(ctx), 1000);
setTimeout(ctx.resume.bind(ctx), 1000);
}
reader.readAsArrayBuffer(file);