Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We cover almost all of nativeBind's cases: - Binding function to context - Binding function to context with args - Binding constructor with args The only downside is supported environments will no longer get the correct `length` property of the bound method. Usually, you subtract the number of bound args from `func`'s length. But, now Underscore is consistent between all environments.
- Loading branch information