Added forgotten this. qualifier

This commit is contained in:
dmose%mozilla.org 2005-06-10 23:31:18 +00:00
parent 8fb84ef0b8
commit e2586829cd

View File

@ -206,7 +206,7 @@ calEvent.prototype = {
this.mapPropsFromICS(event, this.icsEventPropMap);
this.mIsAllDay = this.startDate && this.startDate.isDate;
this.importUnpromotedProperties(event, eventPromotedProps);
this.importUnpromotedProperties(event, this.eventPromotedProps);
// Importing didn't really change anything
this.mDirty = false;
},