aboutsummaryrefslogtreecommitdiff
path: root/static/popup.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/popup.ts')
-rw-r--r--static/popup.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/popup.ts b/static/popup.ts
index 3fb4ae54..90cb9e1c 100644
--- a/static/popup.ts
+++ b/static/popup.ts
@@ -1,5 +1,7 @@
import { find_block, find_popup, PopupElement } from './globals'
-export { event_from_popup, popup_from_event, close_popup, close_all_popups, VIEW, open_popup, toggle_popup, activePopup }
+export { event_from_popup, popup_from_event, close_popup,
+ close_all_popups, /* VIEW, */open_popup, toggle_popup, activePopup
+}
/* event component => coresponding popup component */