MCPcopy Index your code
hub / github.com/JsAaron/jQuery / createOptions

Function createOptions

2.1.1/src/callbacks.js:10–16  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

8
9// Convert String-formatted options into Object-formatted ones and store in cache
10function createOptions( options ) {
11 var object = optionsCache[ options ] = {};
12 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
13 object[ flag ] = true;
14 });
15 return object;
16}
17
18/*
19 * Create a callback list using the following parameters:

Callers 1

callbacks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected