(e, t)
| 1163 | }; |
| 1164 | |
| 1165 | function _(e, t) { |
| 1166 | var n = e.nodeName, r = t.nodeName; |
| 1167 | return n === r || !!(t.actualize && n.charCodeAt(0) < 91 && 90 < r.charCodeAt(0)) && n === r.toUpperCase() |
| 1168 | } |
| 1169 | |
| 1170 | function o(e, t, n) { |
| 1171 | e[n] !== t[n] && (e[n] = t[n], e[n] ? e.setAttribute(n, "") : e.removeAttribute(n, "")) |
no outgoing calls
no test coverage detected