Closed
Bug 1304135
Opened 9 years ago
Closed 9 years ago
remove obsolete .toLowerCase() from .localName.toLowerCase()
Categories
(Instantbird Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 52
People
(Reporter: aryx, Assigned: aryx)
Details
Attachments
(1 file)
1.18 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
Before Gecko 2, .localName was uppercase, see https://developer.mozilla.org/en-US/docs/Web/API/Element/localName#Notes
Now it's lowercase so we can remove an obsolete .toLowerCase()
Attachment #8793007 -
Flags: review?(aleth)
Comment 1•9 years ago
|
||
Comment on attachment 8793007 [details] [diff] [review]
patch, v1
Review of attachment 8793007 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks
Attachment #8793007 -
Flags: review?(aleth) → review+
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 52
Version: trunk → 52
You need to log in
before you can comment on or make changes to this bug.
Description
•