summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/fill.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/fill.js')
-rw-r--r--tools/eslint/node_modules/lodash/fill.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/lodash/fill.js b/tools/eslint/node_modules/lodash/fill.js
index 4c0119fed3..5730b7d129 100644
--- a/tools/eslint/node_modules/lodash/fill.js
+++ b/tools/eslint/node_modules/lodash/fill.js
@@ -9,6 +9,7 @@ var baseFill = require('./_baseFill'),
*
* @static
* @memberOf _
+ * @since 3.2.0
* @category Array
* @param {Array} array The array to fill.
* @param {*} value The value to fill `array` with.