We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab0a8d commit f136413Copy full SHA for f136413
src/js-partial-foreach.js
@@ -335,6 +335,7 @@
335
* Sets the global config options for "foreach" partial.
336
*
337
* @function setOptions
338
+ * @memberOf foreach
339
340
* @param {object} [options] The object, which contains the config options.
341
@@ -360,6 +361,7 @@
360
361
* Gets the global config options for "foreach" partial.
362
363
* @function getOptions
364
365
366
* @returns {{
367
* checkArguments : boolean,
@@ -371,5 +373,8 @@
371
373
return processOptions();
372
374
};
375
376
+ /**
377
+ * @exports js/partial/foreach
378
+ */
379
return foreach;
380
}));
0 commit comments