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