fix typo, removed pr template header

This commit is contained in:
Rob-Rychs
2018-01-27 09:56:18 -08:00
parent 7333608883
commit 66e6a7c0bb

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