MCPcopy
hub / github.com/layui/layui / markFunction

Function markFunction

src/modules/jquery.js:978–981  ·  view source on GitHub ↗

* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark

(fn)

Source from the content-addressed store, hash-verified

976 * @param {Function} fn The function to mark
977 */
978 function markFunction(fn) {
979 fn[expando] = true;
980 return fn;
981 }
982
983 /**
984 * 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