Skip to content

Commit ffbf1a8

Browse files
authored
Merge pull request #2010 from leviding/patch-17
Now _.bindAll(object, methodNames) must specify methodNames
2 parents df9effe + de13faf commit ffbf1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/10-bind/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ for (let key in user) {
202202
}
203203
```
204204

205-
JavaScript libraries also provide functions for convenient mass binding , e.g. [_.bindAll(obj)](http://lodash.com/docs#bindAll) in lodash.
205+
JavaScript libraries also provide functions for convenient mass binding , e.g. [_.bindAll(object, methodNames)](http://lodash.com/docs#bindAll) in lodash.
206206
````
207207
208208
## Partial functions

0 commit comments

Comments
 (0)