(textInstance, oldText, newText)
| 11251 | setTextContent(domElement, ''); |
| 11252 | } |
| 11253 | function commitTextUpdate(textInstance, oldText, newText) { |
| 11254 | textInstance.nodeValue = newText; |
| 11255 | } |
| 11256 | function appendChild(parentInstance, child) { |
| 11257 | parentInstance.appendChild(child); |
| 11258 | } |