(containerInfo)
| 11159 | setEnabled(false); |
| 11160 | } |
| 11161 | function resetAfterCommit(containerInfo) { |
| 11162 | restoreSelection(selectionInformation); |
| 11163 | setEnabled(eventsEnabled); |
| 11164 | eventsEnabled = null; |
| 11165 | |
| 11166 | selectionInformation = null; |
| 11167 | } |
| 11168 | function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) { |
| 11169 | var parentNamespace; |
| 11170 |
no test coverage detected