MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / createOptions

Function createOptions

camera/jquery.js:3010–3016  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

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

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected