Initialize creationDate and lastModifiedDate on itembase init, notpartofthebuild

This commit is contained in:
vladimir%pobox.com 2004-12-10 02:29:05 +00:00
Родитель a50705ab08
Коммит 49e37f3b21
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,9 @@ calItemBase.prototype = {
this.mAlarmTime = new CalDateTime();
this.mLastModifiedTime = new CalDateTime();
this.mCreationDate.jsDate = new Date();
this.mLastModifiedTime.jsDate = new Date();
this.mProperties = Components.classes["@mozilla.org/hash-property-bag;1"].
createInstance(Components.interfaces.nsIWritablePropertyBag);

Просмотреть файл

@ -82,6 +82,9 @@ calItemBase.prototype = {
this.mAlarmTime = new CalDateTime();
this.mLastModifiedTime = new CalDateTime();
this.mCreationDate.jsDate = new Date();
this.mLastModifiedTime.jsDate = new Date();
this.mProperties = Components.classes["@mozilla.org/hash-property-bag;1"].
createInstance(Components.interfaces.nsIWritablePropertyBag);