MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / markFunction

Function markFunction

Three.js/js/jquery-1.9.1.js:3869–3872  ·  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

3867 * @param {Function} fn The function to mark
3868 */
3869function markFunction( fn ) {
3870 fn[ expando ] = true;
3871 return fn;
3872}
3873
3874/**
3875 * Support testing using an element

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected