Travis build: 1596

This commit is contained in:
30secondsofcode
2018-02-08 12:35:58 +00:00
parent 9d35199171
commit 3ea3c3eaf7
2 changed files with 3 additions and 1 deletions

View File

@ -5391,6 +5391,8 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
### bindAll
Binds methods of an object to the object itself, overwriting the existing method.
Use `Array.forEach()` to return a `function` that uses `Function.apply()` to apply the given context (`obj`) to `fn` for each function specified.
```js