mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Initialize stampDate on event init, notpartofthebuild
This commit is contained in:
parent
58cb423908
commit
73864d156f
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user