fix(calendar): make getCalendarOptions sync

This commit is contained in:
Tim Lancina 2016-02-09 14:51:32 -06:00
parent ed35622db0
commit 78c540841e

View File

@ -96,6 +96,9 @@ export class Calendar {
* }
* ```
*/
@Cordova({
sync: true
})
static getCalendarOptions(): CalendarOptions {
return {
firstReminderMinutes: 60,