BackburnerJS / backburner.js

A rewrite of the Ember.js run loop as a generic microlibrary
MIT License
392 stars 80 forks source link

remove redundant codepath #359

Closed bekzod closed 5 years ago

bekzod commented 5 years ago

for some reason I assumed that this._timers[index] contained wait time when I added it, it contains expiration time for older debounce call timer, so it is invalid to use also it never executed even if wait is falsy