aboutsummaryrefslogtreecommitdiff
path: root/static/jcal.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/jcal.ts
parentEverything but lib. (diff)
downloadcalp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.gz
calp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.xz
lib.
Diffstat (limited to 'static/jcal.ts')
-rw-r--r--static/jcal.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/jcal.ts b/static/jcal.ts
index 51a1130b..327a560d 100644
--- a/static/jcal.ts
+++ b/static/jcal.ts
@@ -1,5 +1,6 @@
export { jcal_to_xcal }
import { ical_type, JCalProperty, JCal } from './types'
+import { xcal, asList } from './lib'
function jcal_type_to_xcal(doc: Document, type: ical_type, value: any): Element {
let el = doc.createElementNS(xcal, type);