зеркало из https://github.com/mozilla/pjs.git
Initialize stampDate on event init, notpartofthebuild
This commit is contained in:
Родитель
d677f49cfe
Коммит
32f62a5592
|
@ -22,6 +22,7 @@ calEvent.prototype = {
|
|||
this.mStartDate = new CalDateTime();
|
||||
this.mEndDate = new CalDateTime();
|
||||
this.mStampDate = new CalDateTime();
|
||||
this.mStampDate.jsDate = new Date();
|
||||
},
|
||||
|
||||
clone: function () {
|
||||
|
|
|
@ -67,6 +67,7 @@ calEvent.prototype = {
|
|||
this.mStartDate = new CalDateTime();
|
||||
this.mEndDate = new CalDateTime();
|
||||
this.mStampDate = new CalDateTime();
|
||||
this.mStampDate.jsDate = new Date();
|
||||
},
|
||||
|
||||
clone: function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче