BackburnerJS / backburner.js

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

Fix incorrect argument handling for debounce and throttle. #298

Closed rwjblue closed 6 years ago

rwjblue commented 6 years ago

Fixes https://github.com/BackburnerJS/backburner.js/issues/296

krisselden commented 6 years ago

Don’t mix args and arguments just be consistent with args

rwjblue commented 6 years ago

Thanks for reviewing @krisselden! Updated to use args consistently...