From 4310329971d330c39ab9f65db9f2cf60470266aa Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 30 Mar 2016 08:21:39 -0700 Subject: [PATCH] Add `bind` and `bindKey` to fp `skipRearg` mapping. --- fp/_mapping.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fp/_mapping.js b/fp/_mapping.js index 1dddc8022..7382ef316 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -249,6 +249,8 @@ exports.skipRearg = { 'add': true, 'assign': true, 'assignIn': true, + 'bind': true, + 'bindKey': true, 'concat': true, 'difference': true, 'divide': true,