(el)
| 159 | return false; |
| 160 | } |
| 161 | function getParentOrHost(el) { |
| 162 | return el.host && el !== document && el.host.nodeType && el.host !== el ? el.host : el.parentNode; |
| 163 | } |
| 164 | function closest( /**HTMLElement*/el, /**String*/selector, /**HTMLElement*/ctx, includeCTX) { |
| 165 | if (el) { |
| 166 | ctx = ctx || document; |
no outgoing calls
no test coverage detected
searching dependent graphs…