MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / acceptData

Function acceptData

libs/jquery-3.5.1/jquery-3.5.1.js:4218–4227  ·  view source on GitHub ↗
( owner )

Source from the content-addressed store, hash-verified

4216 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
4217}
4218var acceptData = function( owner ) {
4219
4220 // Accepts only:
4221 // - Node
4222 // - Node.ELEMENT_NODE
4223 // - Node.DOCUMENT_NODE
4224 // - Object
4225 // - Any
4226 return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
4227};
4228
4229
4230

Callers 1

jquery-3.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected