BackburnerJS / backburner.js

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

[BUGFIX] fix regression when `findItem` iterated incorrectly #275

Closed bekzod closed 6 years ago

bekzod commented 6 years ago

with #273 it regressed, forgot to modify findItem to iterate with 4 steps since collection contains 4 element chains, added test avoid it in the future

rwjblue commented 6 years ago

Thanks @bekzod!