mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Ensure fp convert can work with aliases as name.
This commit is contained in:
@@ -149,6 +149,7 @@ function baseConvert(util, name, func) {
|
||||
};
|
||||
|
||||
var wrap = function(name, func) {
|
||||
name = mapping.aliasToReal[name] || name;
|
||||
var wrapper = wrappers[name];
|
||||
if (wrapper) {
|
||||
return wrapper(func);
|
||||
|
||||
Reference in New Issue
Block a user