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

Function createOptions

2.1.1/test/jquery-2.1.1.js:3009–3015  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3007
3008// Convert String-formatted options into Object-formatted ones and store in cache
3009function createOptions( options ) {
3010 var object = optionsCache[ options ] = {};
3011 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3012 object[ flag ] = true;
3013 });
3014 return object;
3015}
3016
3017/*
3018 * Create a callback list using the following parameters:

Callers 1

jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected