зеркало из https://github.com/mozilla/pjs.git
bug 357481 - Fixes typo in storage provider that prevents viewing of todos in floating tz. r1/r2=mvl
This commit is contained in:
Родитель
5f0ec254b5
Коммит
57c23d5e61
|
@ -741,8 +741,8 @@ calStorageCalendar.prototype = {
|
|||
sp = this.mSelectTodosByRange.params;
|
||||
sp.cal_id = this.mCalId;
|
||||
sp.range_start = startTime;
|
||||
sp.end_offset = aRangeStart ? aRangeStart.timezoneOffset * USECS_PER_SECOND : 0;
|
||||
sp.range_end = endTime;
|
||||
sp.start_offset = aRangeStart ? aRangeStart.timezoneOffset * USECS_PER_SECOND : 0;
|
||||
sp.end_offset = aRangeEnd ? aRangeEnd.timezoneOffset * USECS_PER_SECOND : 0;
|
||||
|
||||
while (this.mSelectTodosByRange.step()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче