Closed
Bug 620607
Opened 15 years ago
Closed 15 years ago
/packages/addon-kit/lib/panel.js has redundant comments lines 188-191
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b2
People
(Reporter: KWierso, Assigned: KWierso)
References
()
Details
Attachments
(1 file)
|
744 bytes,
patch
|
adw
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20101220 Firefox/4.0b9pre
Build Identifier:
// While the panel is visible, this is the XUL <panel> we use to display it.
// Otherwise, it's null.
// While the panel is visible, this is the XUL <panel> we use to display it.
// Otherwise, it's null.
Oops.
Reproducible: Always
| Assignee | ||
Comment 1•15 years ago
|
||
Removes the redundant comment (and a nearby whitespace fix).
Comment 2•15 years ago
|
||
Comment on attachment 498955 [details] [diff] [review]
v1
Thanks Wes! Looks good.
Attachment #498955 -
Flags: review+
Comment 3•15 years ago
|
||
Assignee: nobody → kwierso
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → 1.0b2
You need to log in
before you can comment on or make changes to this bug.
Description
•