MCPcopy Index your code
hub / github.com/components/jquery / createOptions

Function createOptions

jquery.js:2891–2897  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

2889
2890// Convert String-formatted options into Object-formatted ones
2891function createOptions( options ) {
2892 var object = {};
2893 jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {
2894 object[ flag ] = true;
2895 } );
2896 return object;
2897}
2898
2899/*
2900 * Create a callback list using the following parameters:

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected