mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 322929 calDav provider throws when 'reload remote calendars' is chosen, r=dmose
This commit is contained in:
parent
7477b8fbd6
commit
2780e6be95
@ -840,7 +840,10 @@ calDavCalendar.prototype = {
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
},
|
||||
refresh: function calDAV_refresh() {
|
||||
// XXX-fill this in, get a report for modifications+onModifyItem
|
||||
}
|
||||
};
|
||||
|
||||
function WebDavResource(url) {
|
||||
|
Loading…
Reference in New Issue
Block a user