Fix bug 668153 - wcap not working since TB5 and Lightning 1.0b4rc2. r=mschroeder

This commit is contained in:
Matthew Mecca 2011-07-05 16:21:00 +03:00
Родитель be7a0b5df5
Коммит 111e90491f
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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 {