BackburnerJS / backburner.js

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

[BUGFIX] correct how first timer is canceled #358

Closed bekzod closed 5 years ago

rwjblue commented 5 years ago

CI is failing for:

tests/later-test.ts(440,34): error TS2341: Property '_boundRunExpiredTimers' is private and only accessible within class 'Backburner'.
tests/later-test.ts(442,6): error TS2341: Property '_boundRunExpiredTimers' is private and only accessible within class 'Backburner'.
bekzod commented 5 years ago

@rwjblue fixed linting issues

rwjblue commented 5 years ago

Thank you @bekzod!