mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Use the right scope. Bustage bug.
This commit is contained in:
parent
c194b5e043
commit
d3f66e083e
@ -211,7 +211,7 @@ calTodo.prototype = {
|
||||
this.mapPropsFromICS(todo, this.icsEventPropMap);
|
||||
this.mIsAllDay = this.mStartDate && this.mStartDate.isDate;
|
||||
|
||||
this.importUnpromotedProperties(todo, todoPromotedProps);
|
||||
this.importUnpromotedProperties(todo, this.todoPromotedProps);
|
||||
// Importing didn't really change anything
|
||||
this.mDirty = false;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user