mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Bump to v4.8.0.
This commit is contained in:
@@ -7,9 +7,9 @@ var createWrapper = require('./_createWrapper'),
|
||||
var PARTIAL_FLAG = 32;
|
||||
|
||||
/**
|
||||
* Creates a function that invokes `func` with `partial` arguments prepended
|
||||
* to those provided to the new function. This method is like `_.bind` except
|
||||
* it does **not** alter the `this` binding.
|
||||
* Creates a function that invokes `func` with `partials` prepended to the
|
||||
* arguments it receives. This method is like `_.bind` except it does **not**
|
||||
* alter the `this` binding.
|
||||
*
|
||||
* The `_.partial.placeholder` value, which defaults to `_` in monolithic
|
||||
* builds, may be used as a placeholder for partially applied arguments.
|
||||
|
||||
Reference in New Issue
Block a user