(containerInfo)
| 7587 | setEnabled(false); |
| 7588 | } |
| 7589 | function resetAfterCommit(containerInfo) { |
| 7590 | restoreSelection(selectionInformation); |
| 7591 | setEnabled(eventsEnabled); |
| 7592 | eventsEnabled = null; |
| 7593 | |
| 7594 | selectionInformation = null; |
| 7595 | } |
| 7596 | function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) { |
| 7597 | var parentNamespace; |
| 7598 |
no test coverage detected