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
+1 -5
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