Initialize stampDate on event init, notpartofthebuild

This commit is contained in:
vladimir%pobox.com 2004-12-10 02:32:30 +00:00
parent 58cb423908
commit 73864d156f
2 changed files with 2 additions and 0 deletions

View File

@ -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 () {

View File

@ -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 () {