(instance, props)
| 11320 | textInstance.nodeValue = ''; |
| 11321 | } |
| 11322 | function unhideInstance(instance, props) { |
| 11323 | instance = instance; |
| 11324 | var styleProp = props[STYLE$1]; |
| 11325 | var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null; |
| 11326 | instance.style.display = dangerousStyleValue('display', display); |
| 11327 | } |
| 11328 | function unhideTextInstance(textInstance, text) { |
| 11329 | textInstance.nodeValue = text; |
| 11330 | } // ------------------- |
no test coverage detected