(containerInfo)
| 7582 | return instance; |
| 7583 | } |
| 7584 | function prepareForCommit(containerInfo) { |
| 7585 | eventsEnabled = isEnabled(); |
| 7586 | selectionInformation = getSelectionInformation(); |
| 7587 | setEnabled(false); |
| 7588 | } |
| 7589 | function resetAfterCommit(containerInfo) { |
| 7590 | restoreSelection(selectionInformation); |
| 7591 | setEnabled(eventsEnabled); |
no test coverage detected