MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createOptions

Function createOptions

static/wangEditor/js/lib/jquery-2.2.1.js:3109–3115  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

3107
3108// Convert String-formatted options into Object-formatted ones
3109function createOptions( options ) {
3110 var object = {};
3111 jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
3112 object[ flag ] = true;
3113 } );
3114 return object;
3115}
3116
3117/*
3118 * Create a callback list using the following parameters:

Callers 1

jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected