(el, attrName)
| 187 | } |
| 188 | |
| 189 | function getAttr(el, attrName) { |
| 190 | return el.getAttribute(attrName); |
| 191 | } |
| 192 | |
| 193 | function getChildByTagName(parent, tagName) { |
| 194 | let node = parent.firstChild; |
no outgoing calls
no test coverage detected
searching dependent graphs…