* Accepts the active JavaScript native popup window, as created by window.alert|window.confirm|window.prompt. * Don't confuse popups with modal windows, as created by [various * libraries](http://jster.net/category/windows-modals-popups).
()
| 1030 | * libraries](http://jster.net/category/windows-modals-popups). |
| 1031 | */ |
| 1032 | acceptPopup() { |
| 1033 | popupStore.assertPopupActionType('accept') |
| 1034 | } |
| 1035 | |
| 1036 | /** |
| 1037 | * Set the automatic popup response to Cancel/Dismiss. |
nothing calls this directly
no test coverage detected