Closed
Bug 1758112
Opened 3 years ago
Closed 3 years ago
fix modifyItem "this" usage - this.notifyOperationComplete is not defined
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(thunderbird_esr91 unaffected)
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Working on D139278 I noticed, the "this" usage is incorrect in CalStorageCalendar.jsm modifyItem.
Assignee | ||
Comment 1•3 years ago
|
||
Without this, got this.notifyOperationComplete is not defined... xref D139278.
Updated•3 years ago
|
Keywords: regression
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/2f3ce1c58f40
fix modifyItem "this" usage - this.notifyOperationComplete is not defined. r=lasana
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•