(e, t)
| 912 | } return r |
| 913 | }, |
| 914 | T = function (e, t) { |
| 915 | for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); |
| 916 | return n |
| 917 | }, |
| 918 | k = S.expr.match.needsContext; |
| 919 | |
| 920 | function A(e, t) { |
no outgoing calls
no test coverage detected