Rebuild dist.

This commit is contained in:
John-David Dalton
2014-04-07 09:24:36 -07:00
parent 78f17bd083
commit 93383204b3
5 changed files with 80 additions and 78 deletions

View File

@@ -3542,7 +3542,7 @@
*
* @name valueOf
* @memberOf _
* @alias value
* @alias value, toJSON
* @category Chaining
* @returns {*} Returns the wrapped value.
* @example
@@ -8408,6 +8408,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;