Closed
Bug 1331626
Opened 7 years ago
Closed 7 years ago
unnecessary import in css-logic.js
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox53 fixed)
RESOLVED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
Details
Attachments
(1 file)
While doing a search I noticed that css-logic.js lazily imports css-lexer, but this doesn't appear to be used; so it can be removed.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8827446 [details] Bug 1331626 - remove unnecessary import from css-logic.js; https://reviewboard.mozilla.org/r/105132/#review106026 Nice catch, thanks!
Attachment #8827446 -
Flags: review?(jdescottes) → review+
Updated•7 years ago
|
Priority: -- → P3
Pushed by ttromey@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/59d503b1f67e remove unnecessary import from css-logic.js; r=jdescottes
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/59d503b1f67e
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•