Closed
Bug 87832
Opened 25 years ago
Closed 24 years ago
javascript strict warnings in metadata.js
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: paulkchen)
Details
Warning: redeclaration of var i
Source File: chrome://navigator/content/metadata.js
Line: 365, Column: 13
Warning: redeclaration of var list
Source File: chrome://navigator/content/metadata.js
Line: 364, Column: 8
Please add the following line to your prefs.js file, so we could avoid all the
strict warning fixup...:
user_pref("javascript.options.strict", true);
Comment 1•24 years ago
|
||
This was fixed by Gerv's checkin on Aug 15 16:52.
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/xpfe/browser/resources/content/metadata.js
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 2•24 years ago
|
||
not sure what the steps would be to vrfy this...
Keywords: verifyme
QA Contact: sairuh → nobody
| Reporter | ||
Comment 3•24 years ago
|
||
Verified fixed in 20020115. Will reopen if I see these warnings again...
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•