MCPcopy
hub / github.com/mongodb/node-mongodb-native / markFunction

Function markFunction

docs/2.2/js/jquery.js:1316–1319  ·  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

1314 * @param {Function} fn The function to mark
1315 */
1316function markFunction( fn ) {
1317 fn[ expando ] = true;
1318 return fn;
1319}
1320
1321/**
1322 * Support testing using an element

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected