aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
commit0712c416259e4860ff1910c4a5bcd7b37da6b237 (patch)
tree605a1117b33c377ccb08d21b56778fc16a1e30ab /static/globals.ts
parentEverything but lib. (diff)
downloadcalp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.gz
calp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.xz
lib.
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/globals.ts b/static/globals.ts
index 0ca2e3de..9045d4a9 100644
--- a/static/globals.ts
+++ b/static/globals.ts
@@ -19,6 +19,7 @@ export {
import { close_popup, toggle_popup } from './popup'
import { VEvent, xml_to_vcal } from './vevent'
import { bind_popup_control } from './dragable'
+import { uid, parseDate, gensym, to_local, boolean, makeElement } from './lib'
"use strict";