зеркало из https://github.com/mozilla/gecko-dev.git
parse recurrence components on input of icalProperty
This commit is contained in:
Родитель
d1ebe9139f
Коммит
e12df5a87b
|
@ -350,6 +350,8 @@ calItemBase.prototype = {
|
|||
continue;
|
||||
}
|
||||
|
||||
ritem.icalProperty = recprop;
|
||||
|
||||
if (!rec) {
|
||||
rec = new CalRecurrenceInfo();
|
||||
rec.initialize(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче