Update bindAll of lodash

This commit is contained in:
LeviDing 2020-07-17 14:11:01 +08:00 committed by GitHub
parent 72482bc435
commit de13fafd1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ for (let key in user) {
}
```
JavaScript libraries also provide functions for convenient mass binding , e.g. [_.bindAll(obj)](http://lodash.com/docs#bindAll) in lodash.
JavaScript libraries also provide functions for convenient mass binding , e.g. [_.bindAll(object, methodNames)](http://lodash.com/docs#bindAll) in lodash.
````
## Partial functions