(e, t)
| 1789 | je = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; |
| 1790 | |
| 1791 | function qe(e, t) { |
| 1792 | return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && S(e).children("tbody")[0] || e |
| 1793 | } |
| 1794 | |
| 1795 | function Le(e) { |
| 1796 | return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e |
no test coverage detected