mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Bump to v4.17.0.
This commit is contained in:
@@ -4,7 +4,7 @@ import getHolder from './_getHolder.js';
|
||||
import replaceHolders from './_replaceHolders.js';
|
||||
|
||||
/** Used to compose bitmasks for function metadata. */
|
||||
var PARTIAL_RIGHT_FLAG = 64;
|
||||
var WRAP_PARTIAL_RIGHT_FLAG = 64;
|
||||
|
||||
/**
|
||||
* This method is like `_.partial` except that partially applied arguments
|
||||
@@ -40,7 +40,7 @@ var PARTIAL_RIGHT_FLAG = 64;
|
||||
*/
|
||||
var partialRight = baseRest(function(func, partials) {
|
||||
var holders = replaceHolders(partials, getHolder(partialRight));
|
||||
return createWrap(func, PARTIAL_RIGHT_FLAG, undefined, partials, holders);
|
||||
return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders);
|
||||
});
|
||||
|
||||
// Assign default placeholders.
|
||||
|
||||
Reference in New Issue
Block a user