File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 118
118
*/
119
119
config2 = {
120
120
/**
121
- * @property {boolean } [config2.checkArguments=true] -
121
+ * @memberOf config2
122
+ * @property {boolean } [checkArguments=true]
122
123
*
123
124
* Determines whether "foreach" should check the number of arguments in the callback function.
124
125
* If it is enabled and:
138
139
checkArguments : true ,
139
140
140
141
/**
141
- * @property {boolean } [config2. checkOwnProperty=true] -
142
+ * @property {boolean } [checkOwnProperty=true]
142
143
*
143
144
* Determines whether "foreach" should check whether the container has
144
145
* the current key as an own property via containerObject.hasOwnProperty(key).
151
152
checkOwnProperty : true ,
152
153
153
154
/**
154
- * @property {boolean } [config2. castArrayIndex=true] -
155
+ * @property {boolean } [castArrayIndex=true]
155
156
*
156
157
* Determines whether "foreach" should cast the indices of the array-like container object
157
158
* to integers (in {number}).
You can’t perform that action at this time.
0 commit comments