(textInstance, oldText, newText)
| 7679 | setTextContent(domElement, ''); |
| 7680 | } |
| 7681 | function commitTextUpdate(textInstance, oldText, newText) { |
| 7682 | textInstance.nodeValue = newText; |
| 7683 | } |
| 7684 | function appendChild(parentInstance, child) { |
| 7685 | parentInstance.appendChild(child); |
| 7686 | } |