mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix minified build.
This commit is contained in:
@@ -17045,10 +17045,9 @@
|
||||
if (lodashFunc) {
|
||||
var key = lodashFunc.name + '';
|
||||
if (!hasOwnProperty.call(realNames, key)) {
|
||||
return;
|
||||
realNames[key] = [];
|
||||
}
|
||||
var names = realNames[key] || (realNames[key] = []);
|
||||
names.push({ 'name': methodName, 'func': lodashFunc });
|
||||
realNames[key].push({ 'name': methodName, 'func': lodashFunc });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user