Skip to content

Commit dcc1213

Browse files
committed
Tinker with doclets.io
1 parent bf4fe8f commit dcc1213

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/js-partial-foreach.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
*/
119119
config2 = {
120120
/**
121-
* @property {boolean} [config2.checkArguments=true] -
121+
* @memberOf config2
122+
* @property {boolean} [checkArguments=true]
122123
*
123124
* Determines whether "foreach" should check the number of arguments in the callback function.
124125
* If it is enabled and:
@@ -138,7 +139,7 @@
138139
checkArguments : true,
139140

140141
/**
141-
* @property {boolean} [config2.checkOwnProperty=true] -
142+
* @property {boolean} [checkOwnProperty=true]
142143
*
143144
* Determines whether "foreach" should check whether the container has
144145
* the current key as an own property via containerObject.hasOwnProperty(key).
@@ -151,7 +152,7 @@
151152
checkOwnProperty : true,
152153

153154
/**
154-
* @property {boolean} [config2.castArrayIndex=true] -
155+
* @property {boolean} [castArrayIndex=true]
155156
*
156157
* Determines whether "foreach" should cast the indices of the array-like container object
157158
* to integers (in {number}).

0 commit comments

Comments
 (0)