mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Added two missing semicolons.
This commit is contained in:
@@ -3464,7 +3464,7 @@
|
|||||||
return index > -1 ? collection[index] : undefined;
|
return index > -1 ? collection[index] : undefined;
|
||||||
}
|
}
|
||||||
return baseFind(collection, predicate, eachFunc);
|
return baseFind(collection, predicate, eachFunc);
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -11425,7 +11425,7 @@
|
|||||||
var method = restParam(function(path, args) {
|
var method = restParam(function(path, args) {
|
||||||
return function(object) {
|
return function(object) {
|
||||||
return invokePath(object, path, args);
|
return invokePath(object, path, args);
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user