Merge pull request #60 from Mensae/master
Inner setTimeout() wrongly refering to tick()
This commit is contained in:
commit
c5c3d75dcd
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ let timerId = setTimeout(function request() {
|
|||
delay *= 2;
|
||||
}
|
||||
|
||||
timerId = setTimeout(tick, delay);
|
||||
timerId = setTimeout(request, delay);
|
||||
|
||||
}, delay);
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue