Update @see tags. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-20 17:25:04 -07:00
parent 38edd713e4
commit 594c3b3406

View File

@@ -10214,7 +10214,7 @@
* @category Lang * @category Lang
* @param {*} value The value to clone. * @param {*} value The value to clone.
* @returns {*} Returns the cloned value. * @returns {*} Returns the cloned value.
* @see _.cloneDeep, _.cloneDeepWith, _.cloneWith * @see _.cloneDeep
* @example * @example
* *
* var objects = [{ 'a': 1 }, { 'b': 2 }]; * var objects = [{ 'a': 1 }, { 'b': 2 }];
@@ -12517,6 +12517,7 @@
* @param {Array|Function|Object|string} [iteratee=_.identity] * @param {Array|Function|Object|string} [iteratee=_.identity]
* The function invoked per iteration. * The function invoked per iteration.
* @returns {Object} Returns the new mapped object. * @returns {Object} Returns the new mapped object.
* @see _.mapValues
* @example * @example
* *
* _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) {
@@ -12548,6 +12549,7 @@
* @param {Array|Function|Object|string} [iteratee=_.identity] * @param {Array|Function|Object|string} [iteratee=_.identity]
* The function invoked per iteration. * The function invoked per iteration.
* @returns {Object} Returns the new mapped object. * @returns {Object} Returns the new mapped object.
* @see _.mapKeys
* @example * @example
* *
* var users = { * var users = {