MCPcopy
hub / github.com/kswedberg/jquery-smooth-scroll / markFunction

Function markFunction

lib/jquery/jquery.js:907–910  ·  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

905 * @param {Function} fn The function to mark
906 */
907function markFunction( fn ) {
908 fn[ expando ] = true;
909 return fn;
910}
911
912/**
913 * Support testing using an element

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected