File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 65
65
// Global config options
66
66
67
67
/**
68
- * @typedef {Object } config
68
+ * @typedef {Object }
69
69
*
70
70
* @static
71
71
* @memberOf js/partial/foreach
105
105
* If it is disabled, no change and/or cast will occur on the first (key) argument.
106
106
*/
107
107
config = {
108
-
109
- /**
110
- * @see {@link config.checkArguments }
111
- */
112
108
checkArguments : true ,
113
-
114
- /**
115
- * @see {@link config.checkOwnProperty }
116
- */
117
109
checkOwnProperty : true ,
118
-
119
- /**
120
- * @see {@link config.castArrayIndex }
121
- */
122
110
castArrayIndex : true
123
111
} ,
124
112
233
221
* @param {boolean } [setGlobal] Whether the passed config options should change
234
222
* the global config options for "foreach".
235
223
*
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.
237
225
*/
238
226
function processOptions ( options , setGlobal ) {
239
227
var checkArgs = checkArguments ,
You can’t perform that action at this time.
0 commit comments