зеркало из https://github.com/mozilla/pjs.git
bug 296202 - typo fix
This commit is contained in:
Родитель
150620babc
Коммит
da5de2a4a8
|
@ -266,7 +266,7 @@ calCalendarManager.prototype = {
|
|||
// providers (storage and memory). Otherwise we may nuke someone's
|
||||
// calendar stored on a server when all they really wanted to do was
|
||||
// unsubscribe.
|
||||
if (calendar instanceof Components.interfaces.calICalendarProvider
|
||||
if (calendar instanceof Components.interfaces.calICalendarProvider &&
|
||||
(calendar.type == "storage" || calendar.type == "memory")) {
|
||||
try {
|
||||
calendar.deleteCalendar(calendar, null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче