MCPcopy Create free account
hub / github.com/JsAaron/jQuery / createOptions

Function createOptions

2.1.1/test/jquery-1.11.1.js:3058–3064  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3056
3057// Convert String-formatted options into Object-formatted ones and store in cache
3058function createOptions( options ) {
3059 var object = optionsCache[ options ] = {};
3060 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3061 object[ flag ] = true;
3062 });
3063 return object;
3064}
3065
3066/*
3067 * Create a callback list using the following parameters:

Callers 1

jquery-1.11.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected