summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/dropWhile.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/dropWhile.js')
-rw-r--r--tools/eslint/node_modules/lodash/dropWhile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/lodash/dropWhile.js b/tools/eslint/node_modules/lodash/dropWhile.js
index 72f94484ce..94f76e0192 100644
--- a/tools/eslint/node_modules/lodash/dropWhile.js
+++ b/tools/eslint/node_modules/lodash/dropWhile.js
@@ -8,9 +8,11 @@ var baseIteratee = require('./_baseIteratee'),
*
* @static
* @memberOf _
+ * @since 3.0.0
* @category Array
* @param {Array} array The array to query.
- * @param {Function|Object|string} [predicate=_.identity] The function invoked per iteration.
+ * @param {Array|Function|Object|string} [predicate=_.identity]
+ * The function invoked per iteration.
* @returns {Array} Returns the slice of `array`.
* @example
*