(textInstance)
| 11317 | } |
| 11318 | } |
| 11319 | function hideTextInstance(textInstance) { |
| 11320 | textInstance.nodeValue = ''; |
| 11321 | } |
| 11322 | function unhideInstance(instance, props) { |
| 11323 | instance = instance; |
| 11324 | var styleProp = props[STYLE$1]; |
no outgoing calls
no test coverage detected