(e)
| 1793 | } |
| 1794 | |
| 1795 | function Le(e) { |
| 1796 | return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e |
| 1797 | } |
| 1798 | |
| 1799 | function He(e) { |
| 1800 | return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e |
nothing calls this directly
no outgoing calls
no test coverage detected