(textInstance)
| 7745 | } |
| 7746 | } |
| 7747 | function hideTextInstance(textInstance) { |
| 7748 | textInstance.nodeValue = ''; |
| 7749 | } |
| 7750 | function unhideInstance(instance, props) { |
| 7751 | instance = instance; |
| 7752 | var styleProp = props[STYLE$1]; |
no outgoing calls
no test coverage detected