MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / createOptions

Function createOptions

libs/jquery-3.5.1/jquery-3.5.1.js:3423–3429  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3421
3422// Convert String-formatted options into Object-formatted ones
3423function createOptions( options ) {
3424 var object = {};
3425 jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
3426 object[ flag ] = true;
3427 } );
3428 return object;
3429}
3430
3431/*
3432 * Create a callback list using the following parameters:

Callers 1

jquery-3.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected