MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createOptions

Function createOptions

static/jquery/1.12.4/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.70

Calls

no outgoing calls

Tested by

no test coverage detected