Closed
Bug 60660
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in pref-colors.xul
Categories
(SeaMonkey :: Preferences, defect, P3)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: matt)
Details
Attachments
(1 file)
860 bytes,
patch
|
Details | Diff | Splinter Review |
JavaScript strict warning:
chrome://communicator/content/pref/pref-colors.xul line 35: assignment to
undeclared variable _elementIDs
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
r=blake
cc'ing alec for sr
Comment 3•24 years ago
|
||
sr=alecf on this and all other pref-*.xul warning fixe bugs where we forgot to
put in "var"
Comment 4•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•24 years ago
|
||
I cant see the warnings with todays build 20010619.
Will reopen if I see them again.
Please add the following line to your prefs.js file, so we could avoid all
these strict warning fixup...:
user_pref("javascript.options.strict", true);
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•