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

Function acceptData

static/wangEditor/js/lib/jquery-2.2.1.js:3640–3650  ·  view source on GitHub ↗
( owner )

Source from the content-addressed store, hash-verified

3638 len ? fn( elems[ 0 ], key ) : emptyGet;
3639};
3640var acceptData = function( owner ) {
3641
3642 // Accepts only:
3643 // - Node
3644 // - Node.ELEMENT_NODE
3645 // - Node.DOCUMENT_NODE
3646 // - Object
3647 // - Any
3648 /* jshint -W018 */
3649 return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
3650};
3651
3652
3653

Callers 1

jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected