(instance, props)
| 7748 | textInstance.nodeValue = ''; |
| 7749 | } |
| 7750 | function unhideInstance(instance, props) { |
| 7751 | instance = instance; |
| 7752 | var styleProp = props[STYLE$1]; |
| 7753 | var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null; |
| 7754 | instance.style.display = dangerousStyleValue('display', display); |
| 7755 | } |
| 7756 | function unhideTextInstance(textInstance, text) { |
| 7757 | textInstance.nodeValue = text; |
| 7758 | } // ------------------- |
no test coverage detected