fix undefined variable i. r=vlad, no bug, npotb

This commit is contained in:
mvl%exedo.nl 2005-05-17 20:09:05 +00:00
Родитель 689cb343a9
Коммит ae938d38e4
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1302,7 +1302,8 @@ calStorageCalendar.prototype = {
flags |= CAL_ITEM_FLAG_HAS_RECURRENCE;
var ritems = rec.getRecurrenceItems ({});
for each (var ritem in ritems) {
for (i in ritems) {
var ritem = ritems[i];
ap = this.mInsertRecurrence.params;
ap.item_id = item.id;
ap.recur_index = i;