From 78c540841e10246434fd495131d1d146d2e761c2 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 9 Feb 2016 14:51:32 -0600 Subject: [PATCH] fix(calendar): make getCalendarOptions sync --- src/plugins/calendar.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/calendar.ts b/src/plugins/calendar.ts index 4bb29e3c2..ed6e5ce40 100644 --- a/src/plugins/calendar.ts +++ b/src/plugins/calendar.ts @@ -96,6 +96,9 @@ export class Calendar { * } * ``` */ + @Cordova({ + sync: true + }) static getCalendarOptions(): CalendarOptions { return { firstReminderMinutes: 60,