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

Function markFunction

2.0.3/Sizzle.js:320–323  ·  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

318 */
319
320 function markFunction(fn) {
321 fn[expando] = true;
322 return fn;
323 }
324
325 /**
326 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.70
Sizzle.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected