mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.14.0.
This commit is contained in:
8
wrap.js
8
wrap.js
@@ -2,10 +2,10 @@ var identity = require('./identity'),
|
||||
partial = require('./partial');
|
||||
|
||||
/**
|
||||
* Creates a function that provides `value` to the wrapper function as its
|
||||
* first argument. Any additional arguments provided to the function are
|
||||
* appended to those provided to the wrapper function. The wrapper is invoked
|
||||
* with the `this` binding of the created function.
|
||||
* Creates a function that provides `value` to `wrapper` as its first
|
||||
* argument. Any additional arguments provided to the function are appended
|
||||
* to those provided to the `wrapper`. The wrapper is invoked with the `this`
|
||||
* binding of the created function.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user