(domElement)
| 11248 | updateProperties(domElement, updatePayload, type, oldProps, newProps); |
| 11249 | } |
| 11250 | function resetTextContent(domElement) { |
| 11251 | setTextContent(domElement, ''); |
| 11252 | } |
| 11253 | function commitTextUpdate(textInstance, oldText, newText) { |
| 11254 | textInstance.nodeValue = newText; |
| 11255 | } |
no test coverage detected