Skip to content

Commit fa4e300

Browse files
committed
prebid#22 Better docs
1 parent 7102b2e commit fa4e300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/id5IdSystem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export function storeInLocalStorage(key, value, expDays) {
310310
* gets the existing abTesting config or generates a default config with abTesting off
311311
*
312312
* @param {SubmoduleConfig|undefined} config
313-
* @returns {(Object|undefined)}
313+
* @returns {Object} an object which always contains at least the property "enabled"
314314
*/
315315
function getAbTestingConfig(config) {
316316
return utils.deepAccess(config, 'params.abTesting', { enabled: false });

0 commit comments

Comments
 (0)