mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Rebuild dist.
This commit is contained in:
3
dist/lodash.js
vendored
3
dist/lodash.js
vendored
@@ -3360,7 +3360,7 @@
|
||||
*
|
||||
* @name valueOf
|
||||
* @memberOf _
|
||||
* @alias value
|
||||
* @alias value, toJSON
|
||||
* @category Chaining
|
||||
* @returns {*} Returns the wrapped value.
|
||||
* @example
|
||||
@@ -8184,6 +8184,7 @@
|
||||
|
||||
// add "Chaining" functions to the wrapper
|
||||
lodash.prototype.chain = wrapperChain;
|
||||
lodash.prototype.toJSON = wrapperValueOf;
|
||||
lodash.prototype.toString = wrapperToString;
|
||||
lodash.prototype.value = wrapperValueOf;
|
||||
lodash.prototype.valueOf = wrapperValueOf;
|
||||
|
||||
Reference in New Issue
Block a user