mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
chore(calendar): fix doc formatting
This commit is contained in:
parent
14b6626a13
commit
bd6739d782
5
dist/plugins/calendar.js
vendored
5
dist/plugins/calendar.js
vendored
@ -347,6 +347,11 @@ var Calendar = (function () {
|
||||
__decorate([
|
||||
plugin_1.Cordova()
|
||||
], Calendar, "deleteCalendar", null);
|
||||
__decorate([
|
||||
plugin_1.Cordova({
|
||||
sync: true
|
||||
})
|
||||
], Calendar, "getCalendarOptions", null);
|
||||
__decorate([
|
||||
plugin_1.Cordova()
|
||||
], Calendar, "createEvent", null);
|
||||
|
2
dist/plugins/calendar.js.map
vendored
2
dist/plugins/calendar.js.map
vendored
File diff suppressed because one or more lines are too long
@ -82,9 +82,7 @@ export class Calendar {
|
||||
/**
|
||||
* Returns the default calendar options.
|
||||
*
|
||||
* @return Returns an object with the default calendar options
|
||||
* ```
|
||||
* {
|
||||
* @return Returns an object with the default calendar options:
|
||||
* firstReminderMinutes: 60,
|
||||
* secondReminderMinutes: null,
|
||||
* recurrence: null, // options are: 'daily', 'weekly', 'monthly', 'yearly'
|
||||
@ -93,8 +91,6 @@ export class Calendar {
|
||||
* calendarName: null,
|
||||
* calendarId: null,
|
||||
* url: null
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
@Cordova({
|
||||
sync: true
|
||||
|
Loading…
Reference in New Issue
Block a user