aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/globals.ts b/static/globals.ts
index d90a3681..243e15e4 100644
--- a/static/globals.ts
+++ b/static/globals.ts
@@ -20,7 +20,7 @@ declare global {
EDIT_MODE: boolean;
default_calendar: string;
- addNewEvent: ((e: any) => void);
+ addNewEvent(): void;
}
}
window.vcal_objects = vcal_objects;