From c07ef0d92aa95b1516120f1309277d601ee48aec Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 3 Jan 2014 00:55:59 -0600 Subject: [PATCH] Add doc note for `options.init` to `createIterator`. [ci skip] --- lodash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lodash.js b/lodash.js index 6e3a6c639..f77506ffe 100644 --- a/lodash.js +++ b/lodash.js @@ -1866,6 +1866,7 @@ * @private * @param {Object} [options] The compile options object. * @param {string} [options.args] A comma separated string of iteration function arguments. + * @param {string} [options.init] The string representation of the initial `result` value. * @param {string} [options.top] Code to execute before the iteration branches. * @param {string} [options.loop] Code to execute in the object loop. * @param {boolean} [options.useHas] Specify using `hasOwnProperty` checks in the object loop.