mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
god damn it
This commit is contained in:
parent
881ae23ca8
commit
924684bfae
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
||||||
// it failed, try again in 10 ms
|
// it failed, try again in 10 ms
|
||||||
setTimeout(callee, 10);
|
setTimeout(arguments.callee, 10);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue