Fix bug 668153 - wcap not working since TB5 and Lightning 1.0b4rc2. r=mschroeder
This commit is contained in:
Родитель
be7a0b5df5
Коммит
111e90491f
|
@ -973,8 +973,6 @@ calWcapCalendar.prototype.parseItems = function calWcapCalendar_parseItems(
|
|||
items.push(item);
|
||||
}
|
||||
}
|
||||
|
||||
cal.processPendingEvent();
|
||||
}
|
||||
|
||||
// tag "exceptions", i.e. items with rid:
|
||||
|
@ -1009,8 +1007,6 @@ calWcapCalendar.prototype.parseItems = function calWcapCalendar_parseItems(
|
|||
}
|
||||
|
||||
parent.recurrenceInfo.modifyException(item, true);
|
||||
|
||||
cal.processPendingEvent();
|
||||
}
|
||||
|
||||
if (itemFilter & calICalendar.ITEM_FILTER_CLASS_OCCURRENCES) {
|
||||
|
@ -1057,8 +1053,6 @@ calWcapCalendar.prototype.parseItems = function calWcapCalendar_parseItems(
|
|||
}
|
||||
// only proxies returned:
|
||||
items = items.concat(occurrences);
|
||||
|
||||
cal.processPendingEvent();
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче