Closed dhenson02 closed 8 years ago
Thanks for your PR 😄
Although, I'm a little confused why you cannot just do:
fastdom.measure(myTask.bind(this, boundArg);
I would favour that approach over adding additional features.
understandable. thanks anyway
This prevents the closure loop issue when the value has changed from what it originally was and all uncalled tasks will have the same value.
Added tests this time :+1: