Closed
Bug 1774079
Opened 3 years ago
Closed 3 years ago
Refactor SearchService.jsm to use ES6 classes
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: mcheang, Assigned: mcheang)
References
()
Details
Attachments
(1 file)
Currently, we're using Constructor Functions in SearchService.jsm and we can change this to ES6 class syntax.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mcheang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66c6f8e540d4
refactor SearchService to use ES6 class syntax. r=Standard8
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•