summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/reduceRight.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/lodash/reduceRight.js')
-rw-r--r--tools/eslint/node_modules/lodash/reduceRight.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/lodash/reduceRight.js b/tools/eslint/node_modules/lodash/reduceRight.js
index 992b661eb3..e06a7cb7b0 100644
--- a/tools/eslint/node_modules/lodash/reduceRight.js
+++ b/tools/eslint/node_modules/lodash/reduceRight.js
@@ -16,6 +16,7 @@ var arrayReduceRight = require('./_arrayReduceRight'),
* @param {Function} [iteratee=_.identity] The function invoked per iteration.
* @param {*} [accumulator] The initial value.
* @returns {*} Returns the accumulated value.
+ * @see _.reduce
* @example
*
* var array = [[0, 1], [2, 3], [4, 5]];