MCPcopy
hub / github.com/apache/caldera / createOptions

Function createOptions

static/jquery/jquery.js:3159–3165  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3157
3158// Convert String-formatted options into Object-formatted ones
3159function createOptions( options ) {
3160 var object = {};
3161 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3162 object[ flag ] = true;
3163 } );
3164 return object;
3165}
3166
3167/*
3168 * Create a callback list using the following parameters:

Callers 1

jquery.jsFile · 0.85

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected