mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v4.3.0.
This commit is contained in:
@@ -43,4 +43,7 @@ var partialRight = rest(function(func, partials) {
|
||||
return createWrapper(func, PARTIAL_RIGHT_FLAG, undefined, partials, holders);
|
||||
});
|
||||
|
||||
// Assign default placeholders.
|
||||
partialRight.placeholder = {};
|
||||
|
||||
export default partialRight;
|
||||
|
||||
Reference in New Issue
Block a user