Rename fp mapping rename to remap.

This commit is contained in:
John-David Dalton
2016-02-14 23:47:03 -08:00
parent aae02af265
commit c163659713
5 changed files with 6 additions and 6 deletions

View File

@@ -291,7 +291,7 @@
var aryCap = index + 1;
var methodNames = _.filter(mapping.aryMethod[aryCap], function(methodName) {
var key = _.result(mapping.rename, methodName, methodName),
var key = _.result(mapping.remap, methodName, methodName),
arity = _[key].length;
return arity != 0 && arity < aryCap;