summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/findLastIndex.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/findLastIndex.js')
-rw-r--r--tools/eslint/node_modules/lodash/findLastIndex.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/findLastIndex.js b/tools/eslint/node_modules/lodash/findLastIndex.js
index 2e62b36768..bf397d8fff 100644
--- a/tools/eslint/node_modules/lodash/findLastIndex.js
+++ b/tools/eslint/node_modules/lodash/findLastIndex.js
@@ -7,9 +7,11 @@ var baseFindIndex = require('./_baseFindIndex'),
*
* @static
* @memberOf _
+ * @since 2.0.0
* @category Array
* @param {Array} array The array to search.
- * @param {Function|Object|string} [predicate=_.identity] The function invoked per iteration.
+ * @param {Array|Function|Object|string} [predicate=_.identity]
+ * The function invoked per iteration.
* @returns {number} Returns the index of the found element, else `-1`.
* @example
*