Update bindAll of lodash
This commit is contained in:
parent
72482bc435
commit
de13fafd1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
## Partial functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue