From 66e6a7c0bb3271da5842c78bb57e4c4bf2fa8f70 Mon Sep 17 00:00:00 2001 From: Rob-Rychs Date: Sat, 27 Jan 2018 09:56:18 -0800 Subject: [PATCH] fix typo, removed pr template header --- snippets/bindAll.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/bindAll.md b/snippets/bindAll.md index e5e618ae0..26093013c 100644 --- a/snippets/bindAll.md +++ b/snippets/bindAll.md @@ -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