MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / markFunction

Function markFunction

public/localscripts/calculationQuestion/jquery.js:1183–1186  ·  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

1181 * @param {Function} fn The function to mark
1182 */
1183function markFunction( fn ) {
1184 fn[ expando ] = true;
1185 return fn;
1186}
1187
1188/**
1189 * 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