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