(el, attrs)
| 124542 | } |
| 124543 | } |
| 124544 | function setAttributes(el, attrs) { |
| 124545 | for(const key in attrs)setAttribute(el, key, attrs[key]); |
| 124546 | } |
| 124547 | function setAttribute(el, name, value14) { |
| 124548 | if (value14 != null) // if value is provided, update DOM attribute |
| 124549 | el.setAttribute(name, value14); |
no test coverage detected