Add bind and bindKey to fp skipRearg mapping.

This commit is contained in:
John-David Dalton
2016-03-30 08:21:39 -07:00
parent d038315f61
commit 4310329971

View File

@@ -249,6 +249,8 @@ exports.skipRearg = {
'add': true,
'assign': true,
'assignIn': true,
'bind': true,
'bindKey': true,
'concat': true,
'difference': true,
'divide': true,