Skip to content

Commit 4b2b0b5

Browse files
committed
Tinker with doclets.io
1 parent 5320faf commit 4b2b0b5

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/js-partial-foreach.js

+2-14
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// Global config options
6666

6767
/**
68-
* @typedef {Object} config
68+
* @typedef {Object}
6969
*
7070
* @static
7171
* @memberOf js/partial/foreach
@@ -105,20 +105,8 @@
105105
* If it is disabled, no change and/or cast will occur on the first (key) argument.
106106
*/
107107
config = {
108-
109-
/**
110-
* @see {@link config.checkArguments}
111-
*/
112108
checkArguments : true,
113-
114-
/**
115-
* @see {@link config.checkOwnProperty}
116-
*/
117109
checkOwnProperty : true,
118-
119-
/**
120-
* @see {@link config.castArrayIndex}
121-
*/
122110
castArrayIndex : true
123111
},
124112

@@ -233,7 +221,7 @@
233221
* @param {boolean} [setGlobal] Whether the passed config options should change
234222
* the global config options for "foreach".
235223
*
236-
* @returns {configOptions} The valid, changeable config options with their actual, current value.
224+
* @returns {config} The valid, changeable config options with their actual, current value.
237225
*/
238226
function processOptions(options, setGlobal) {
239227
var checkArgs = checkArguments,

0 commit comments

Comments
 (0)