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

Function createOptions

2.0.3/Callbacks.js:6–12  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4// Convert String-formatted options into Object-formatted ones and store in cache
5
6function createOptions(options) {
7 var object = optionsCache[options] = {};
8 jQuery.each(options.match(core_rnotwhite) || [], function(_, flag) {
9 object[flag] = true;
10 });
11 return object;
12}
13
14/*
15 * Create a callback list using the following parameters:

Callers 1

Callbacks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected