Merge pull request #578 from Rob-Rychs/master

[TYPO] Fixed a typo in bindAll snippet
This commit is contained in:
Angelos Chalaris
2018-01-27 21:14:15 +02:00
committed by GitHub

View File

@ -1,7 +1,5 @@
### bindAll
Explain briefly what the snippet does.
Use `Array.forEach()` to return a `function` that uses `Function.apply()` to apply the given context (`obj`) to `fn` for each function specified.
```js