MCPcopy
hub / github.com/perkeep/perkeep / createOptions

Function createOptions

app/publisher/jquery.js:3114–3120  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3112
3113// Convert String-formatted options into Object-formatted ones
3114function createOptions( options ) {
3115 var object = {};
3116 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3117 object[ flag ] = true;
3118 } );
3119 return object;
3120}
3121
3122/*
3123 * 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