Closed
Bug 110471
Opened 23 years ago
Closed 23 years ago
javascript strict warnings in nsContextMenu.js
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: morse)
Details
Attachments
(1 file)
953 bytes,
patch
|
morse
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Warning: redeclaration of var type
Source File: chrome://communicator/content/nsContextMenu.js
Line: 260, Column: 19
Source Code:
var type = this.target.getAttribute("type");
20011116
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 60543 [details] [diff] [review]
patch
r=morse
Attachment #60543 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
cc'ing alecf for sr
Comment 5•23 years ago
|
||
Comment on attachment 60543 [details] [diff] [review]
patch
sr=alecf
Attachment #60543 -
Flags: superreview+
Assignee | ||
Comment 6•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 7•23 years ago
|
||
no longer see this error when i bring up a context menu --but am not sure if
there's a specific case where this had occurred...
rs vrfy.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•