зеркало из https://github.com/mozilla/pjs.git
fix setTimeInTimezone with null timezone for duration
This commit is contained in:
Родитель
efbca539b5
Коммит
614424ff81
|
@ -112,7 +112,7 @@ calEvent.prototype = {
|
|||
|
||||
get duration() {
|
||||
var dur = new CalDateTime();
|
||||
dur.setTimeInTimezone (this.mEndDate.nativeTime - this.mStartDate.nativeTime, null);
|
||||
dur.setTimeInTimezone (this.mEndDate.nativeTime - this.mStartDate.nativeTime, "floating");
|
||||
return dur;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче