MCPcopy Create free account
hub / github.com/JsAaron/jQuery / markFunction

Function markFunction

2.1.1/test/jquery-2.1.1.js:869–872  ·  view source on GitHub ↗

* Mark a function for special use by Sizzle * @param {Function} fn The function to mark

( fn )

Source from the content-addressed store, hash-verified

867 * @param {Function} fn The function to mark
868 */
869function markFunction( fn ) {
870 fn[ expando ] = true;
871 return fn;
872}
873
874/**
875 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.70
jquery-2.1.1.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected