* Dismisses the active JavaScript popup, as created by window.alert|window.confirm|window.prompt.
()
| 1051 | * Dismisses the active JavaScript popup, as created by window.alert|window.confirm|window.prompt. |
| 1052 | */ |
| 1053 | cancelPopup() { |
| 1054 | popupStore.assertPopupActionType('cancel') |
| 1055 | } |
| 1056 | |
| 1057 | /** |
| 1058 | * {{> seeInPopup }} |
nothing calls this directly
no test coverage detected