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

Function createOptions

2.1.1/test/other.js:416–422  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

414
415// Convert String-formatted options into Object-formatted ones and store in cache
416function createOptions( options ) {
417 var object = optionsCache[ options ] = {};
418 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
419 object[ flag ] = true;
420 });
421 return object;
422}
423
424/*
425 * Create a callback list using the following parameters:

Callers 1

other.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected