BackburnerJS / backburner.js

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

avoid boolean coercion in `invoke` and `invokeWithOnError` #284

Closed bekzod closed 6 years ago

bekzod commented 6 years ago

since using parseArgs args are either passed or not passed, so just checking for undefined is enough