(e, t)
| 1426 | qe = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; |
| 1427 | |
| 1428 | function Le(e, t) { |
| 1429 | return N(e, "table") && N(11 !== t.nodeType ? t : t.firstChild, "tr") ? w(e).children("tbody")[0] || e : e |
| 1430 | } |
| 1431 | |
| 1432 | function He(e) { |
| 1433 | return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e |
no test coverage detected