MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / createOptions

Function createOptions

notes/docsify/unpkg/gotop/jquery-2.1.0.js:2985–2991  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

2983
2984// Convert String-formatted options into Object-formatted ones and store in cache
2985function createOptions( options ) {
2986 var object = optionsCache[ options ] = {};
2987 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
2988 object[ flag ] = true;
2989 });
2990 return object;
2991}
2992
2993/*
2994 * Create a callback list using the following parameters:

Callers 1

jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected