Bug 322929 calDav provider throws when 'reload remote calendars' is chosen, r=dmose

This commit is contained in:
jminta%gmail.com 2006-05-05 01:50:43 +00:00
parent 7477b8fbd6
commit 2780e6be95

View File

@ -840,6 +840,9 @@ calDavCalendar.prototype = {
}
}
return;
},
refresh: function calDAV_refresh() {
// XXX-fill this in, get a report for modifications+onModifyItem
}
};