MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / createOptions

Function createOptions

Three.js/js/jquery-1.9.1.js:974–980  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

972
973// Convert String-formatted options into Object-formatted ones and store in cache
974function createOptions( options ) {
975 var object = optionsCache[ options ] = {};
976 jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) {
977 object[ flag ] = true;
978 });
979 return object;
980}
981
982/*
983 * Create a callback list using the following parameters:

Callers 1

jquery-1.9.1.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected