chore(calendar): fix doc formatting

This commit is contained in:
Tim Lancina 2016-02-12 13:12:14 -06:00
parent 14b6626a13
commit bd6739d782
3 changed files with 7 additions and 6 deletions

View File

@ -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);

File diff suppressed because one or more lines are too long

View File

@ -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