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,7 +840,10 @@ calDavCalendar.prototype = {
}
}
return;
}
},
refresh: function calDAV_refresh() {
// XXX-fill this in, get a report for modifications+onModifyItem
}
};
function WebDavResource(url) {