mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Added forgotten this. qualifier
This commit is contained in:
parent
8fb84ef0b8
commit
e2586829cd
@ -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;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user