Skip to content

Commit

Permalink
fix(calendar): make getCalendarOptions sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 9, 2016
1 parent ed35622 commit 78c5408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export class Calendar {
* }
* ```
*/
@Cordova({
sync: true
})
static getCalendarOptions(): CalendarOptions {
return {
firstReminderMinutes: 60,
Expand Down

0 comments on commit 78c5408

Please sign in to comment.