MCPcopy
hub / github.com/dieulot/instantclick / markFunction

Function markFunction

tests/vendors/jquery/jquery-2.1.0.js:865–868  ·  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

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

Callers 4

createPositionalPseudoFunction · 0.85
jquery-2.1.0.jsFile · 0.85
setMatcherFunction · 0.85
matcherFromGroupMatchersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected