MCPcopy Create free account
hub / github.com/TruthHun/BookStack / markFunction

Function markFunction

static/wangEditor/js/lib/jquery-2.2.1.js:891–894  ·  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

889 * @param {Function} fn The function to mark
890 */
891function markFunction( fn ) {
892 fn[ expando ] = true;
893 return fn;
894}
895
896/**
897 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.70
jquery-2.2.1.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected