(el)
| 153 | return false; |
| 154 | } |
| 155 | function getParentOrHost(el) { |
| 156 | return el.host && el !== document && el.host.nodeType && el.host !== el ? el.host : el.parentNode; |
| 157 | } |
| 158 | function closest( /**HTMLElement*/el, /**String*/selector, /**HTMLElement*/ctx, includeCTX) { |
| 159 | if (el) { |
| 160 | ctx = ctx || document; |
no outgoing calls
no test coverage detected
searching dependent graphs…