File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
* @version 1.0.3
7
7
*
8
8
* @author Richard King <richrdkng@gmail.com> [GitHub]{@link https://github.com/richrdkng}
9
- * @license MIT
9
+ * @license [ MIT]{ @link https://github.com/jsopenstd/js-partial-foreach/blob/master/license.md}
10
10
*/
11
11
12
12
/**
75
75
* If it is disabled, always two arguments will be passed to the callback function,
76
76
* the first will be the actual **key**, the second will be the actual **value** of the container object.
77
77
*
78
+ * @private
78
79
* @type {boolean }
79
80
* @default true
80
81
*/
89
90
*
90
91
* If it is disabled, every key => value of the container object will be passed to the callback function.
91
92
*
93
+ * @private
92
94
* @type {boolean }
93
95
* @default true
94
96
*/
103
105
*
104
106
* If it is disabled, no change and/or cast will occur on the first (key) argument.
105
107
*
108
+ * @private
106
109
* @type {boolean }
107
110
* @default true
108
111
*/
111
114
/**
112
115
* Processes the config options of the "foreach" partial.
113
116
*
117
+ * @private
118
+ * @function processOptions
119
+ *
114
120
* @param {object } [options] The object, which contains the config options.
115
121
* @param {boolean } [setGlobal] Whether the passed config options should change
116
122
* the global config options for "foreach".
You can’t perform that action at this time.
0 commit comments