Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* the type of elements in the array returned by pluck have no correlation to the type of elements in the source array - they actually relate to the values of the provided property name * bind wasn't working for a function typed as "Function". In our use case, we call _.throttle() then use the result in _.bind(). * the hash function passed into memoize may take multiple arguments
- Loading branch information