MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / classesToArray

Function classesToArray

static/plugins/jquery/jquery.js:8264–8272  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

8262}
8263
8264function classesToArray( value ) {
8265 if ( Array.isArray( value ) ) {
8266 return value;
8267 }
8268 if ( typeof value === "string" ) {
8269 return value.match( rnothtmlwhite ) || [];
8270 }
8271 return [];
8272}
8273
8274jQuery.fn.extend( {
8275 addClass: function( value ) {

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected