(containerInfo)
| 11154 | return instance; |
| 11155 | } |
| 11156 | function prepareForCommit(containerInfo) { |
| 11157 | eventsEnabled = isEnabled(); |
| 11158 | selectionInformation = getSelectionInformation(); |
| 11159 | setEnabled(false); |
| 11160 | } |
| 11161 | function resetAfterCommit(containerInfo) { |
| 11162 | restoreSelection(selectionInformation); |
| 11163 | setEnabled(eventsEnabled); |
no test coverage detected