MCPcopy Create free account
hub / github.com/RutvijDv/Meet-Script / pe

Function pe

jquery.min.js:324–332  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

322 }
323
324 function pe(e, t) {
325 var n = t && e,
326 r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex;
327 if (r) return r;
328 if (n)
329 while (n = n.nextSibling)
330 if (n === t) return -1;
331 return e ? 1 : -1
332 }
333
334 function de(t) {
335 return function (e) {

Callers 1

jquery.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected