From b0170d8cbb14a05d791ae5560c6e15da3fabfd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 15 Nov 2021 00:47:37 +0100 Subject: cleanup --- static/vevent.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/vevent.ts') diff --git a/static/vevent.ts b/static/vevent.ts index 4f47f8e3..307c572f 100644 --- a/static/vevent.ts +++ b/static/vevent.ts @@ -236,7 +236,8 @@ function xml_to_vcal(xml: Element): VEvent { let property_map = new Map() if (properties) { - property_loop: for (var i = 0; i < properties.childElementCount; i++) { + property_loop: + for (var i = 0; i < properties.childElementCount; i++) { let tag = properties.childNodes[i]; if (!(tag instanceof Element)) continue; let parameters = {}; -- cgit v1.2.3