mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Minor doc tweaks. [ci skip]
This commit is contained in:
10
dist/lodash.compat.js
vendored
10
dist/lodash.compat.js
vendored
@@ -199,7 +199,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a given `value` to the corresponding cache object.
|
||||
* Adds a given value to the corresponding cache object.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to add to the cache.
|
||||
@@ -441,7 +441,7 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Create a new `lodash` function using the given `context` object.
|
||||
* Create a new `lodash` function using the given context object.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
@@ -4101,7 +4101,7 @@
|
||||
* @category Collections
|
||||
* @param {Array|Object|string} collection The collection to iterate over.
|
||||
* @param {Object} properties The object of property values to filter by.
|
||||
* @returns {Array} Returns a new array of elements that have the given `properties`.
|
||||
* @returns {Array} Returns a new array of elements that have the given properties.
|
||||
* @example
|
||||
*
|
||||
* var stooges = [
|
||||
@@ -5894,7 +5894,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts the given `value` into an integer of the specified `radix`.
|
||||
* Converts the given value into an integer of the specified radix.
|
||||
* If `radix` is `undefined` or `0` a `radix` of `10` is used unless the
|
||||
* `value` is a hexadecimal, in which case a `radix` of `16` is used.
|
||||
*
|
||||
@@ -6251,7 +6251,7 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Creates a `lodash` object that wraps the given `value`.
|
||||
* Creates a `lodash` object that wraps the given value.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
10
dist/lodash.js
vendored
10
dist/lodash.js
vendored
@@ -189,7 +189,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a given `value` to the corresponding cache object.
|
||||
* Adds a given value to the corresponding cache object.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to add to the cache.
|
||||
@@ -409,7 +409,7 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Create a new `lodash` function using the given `context` object.
|
||||
* Create a new `lodash` function using the given context object.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
@@ -3755,7 +3755,7 @@
|
||||
* @category Collections
|
||||
* @param {Array|Object|string} collection The collection to iterate over.
|
||||
* @param {Object} properties The object of property values to filter by.
|
||||
* @returns {Array} Returns a new array of elements that have the given `properties`.
|
||||
* @returns {Array} Returns a new array of elements that have the given properties.
|
||||
* @example
|
||||
*
|
||||
* var stooges = [
|
||||
@@ -5548,7 +5548,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts the given `value` into an integer of the specified `radix`.
|
||||
* Converts the given value into an integer of the specified radix.
|
||||
* If `radix` is `undefined` or `0` a `radix` of `10` is used unless the
|
||||
* `value` is a hexadecimal, in which case a `radix` of `16` is used.
|
||||
*
|
||||
@@ -5905,7 +5905,7 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Creates a `lodash` object that wraps the given `value`.
|
||||
* Creates a `lodash` object that wraps the given value.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
6
dist/lodash.underscore.js
vendored
6
dist/lodash.underscore.js
vendored
@@ -1892,7 +1892,7 @@
|
||||
|
||||
/**
|
||||
* Examines each element in a `collection`, returning the first that
|
||||
* has the given `properties`. When checking `properties`, this method
|
||||
* has the given properties. When checking `properties`, this method
|
||||
* performs a deep comparison between values to determine if they are
|
||||
* equivalent to each other.
|
||||
*
|
||||
@@ -2700,7 +2700,7 @@
|
||||
* @category Collections
|
||||
* @param {Array|Object|string} collection The collection to iterate over.
|
||||
* @param {Object} properties The object of property values to filter by.
|
||||
* @returns {Array} Returns a new array of elements that have the given `properties`.
|
||||
* @returns {Array} Returns a new array of elements that have the given properties.
|
||||
* @example
|
||||
*
|
||||
* var stooges = [
|
||||
@@ -4451,7 +4451,7 @@
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Creates a `lodash` object that wraps the given `value`.
|
||||
* Creates a `lodash` object that wraps the given value.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user