Closed
Bug 1737989
Opened 4 years ago
Closed 4 years ago
Remove lodash union usage
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox96 fixed)
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: tawahpeggy98)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This can probably replaced by something like
breakableLines = [
...new Set(
...existingBreakableLines,
...breakableLines
)
];
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D131054
Updated•4 years ago
|
Assignee: nobody → tawahpeggy98
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8381bf6d22b5
Remove lodash union usage. r=nchevobbe.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•