зеркало из https://github.com/mozilla/pjs.git
use the right statement. bustage fix. r=shaver.
This commit is contained in:
Родитель
96622a4250
Коммит
7a9bbdda84
|
@ -621,7 +621,7 @@ calStorageCalendar.prototype = {
|
||||||
sp = this.mSelectEventsWithRecurrence.params;
|
sp = this.mSelectEventsWithRecurrence.params;
|
||||||
sp.cal_id = this.mCalId;
|
sp.cal_id = this.mCalId;
|
||||||
while (this.mSelectEventsWithRecurrence.step()) {
|
while (this.mSelectEventsWithRecurrence.step()) {
|
||||||
var row = this.mSelectEventsByRange.row;
|
var row = this.mSelectEventsWithRecurrence.row;
|
||||||
// did we already deal with this event id?
|
// did we already deal with this event id?
|
||||||
if (handledRecurringEvents[row.id] == true)
|
if (handledRecurringEvents[row.id] == true)
|
||||||
continue;
|
continue;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче