god damn it

This commit is contained in:
Astra 2018-04-22 01:29:37 -04:00
parent 881ae23ca8
commit 924684bfae
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
catch (e) {
// it failed, try again in 10 ms
setTimeout(callee, 10);
setTimeout(arguments.callee, 10);
}