mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
fix(calendar): make getCalendarOptions sync
This commit is contained in:
parent
ed35622db0
commit
78c540841e
@ -96,6 +96,9 @@ export class Calendar {
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
@Cordova({
|
||||||
|
sync: true
|
||||||
|
})
|
||||||
static getCalendarOptions(): CalendarOptions {
|
static getCalendarOptions(): CalendarOptions {
|
||||||
return {
|
return {
|
||||||
firstReminderMinutes: 60,
|
firstReminderMinutes: 60,
|
||||||
|
Loading…
Reference in New Issue
Block a user