зеркало из https://github.com/mozilla/pjs.git
Bug 312078 Sort event list by column 'End' fails. r=mvl
This commit is contained in:
Родитель
05da21b767
Коммит
bd692d45c6
|
@ -548,6 +548,8 @@ function msNextOrPreviousRecurrenceStart( calendarEvent ) {
|
|||
}
|
||||
|
||||
function msNextOrPreviousRecurrenceEnd(event) {
|
||||
return event.endDate.nativeTime;
|
||||
//XXX reimplement the following
|
||||
var msNextStart = msNextOrPreviousRecurrenceStart(event);
|
||||
var msDuration=dateToMilliseconds(event.endDate)-dateToMilliseconds(event.startDate);
|
||||
return msNextStart + msDuration;
|
||||
|
|
Загрузка…
Ссылка в новой задаче