mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v4.12.0.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var createWrapper = require('./_createWrapper'),
|
||||
getPlaceholder = require('./_getPlaceholder'),
|
||||
getHolder = require('./_getHolder'),
|
||||
replaceHolders = require('./_replaceHolders'),
|
||||
rest = require('./rest');
|
||||
|
||||
@@ -39,7 +39,7 @@ var PARTIAL_RIGHT_FLAG = 64;
|
||||
* // => 'hello fred'
|
||||
*/
|
||||
var partialRight = rest(function(func, partials) {
|
||||
var holders = replaceHolders(partials, getPlaceholder(partialRight));
|
||||
var holders = replaceHolders(partials, getHolder(partialRight));
|
||||
return createWrapper(func, PARTIAL_RIGHT_FLAG, undefined, partials, holders);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user