Closed
Bug 229450
Opened 21 years ago
Closed 21 years ago
JavaScript strict warning: mailWindowOverlay.js line 403: redeclaration of var msgFolder
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: mnyromyr, Assigned: mnyromyr)
Details
Attachments
(2 obsolete files)
JavaScript strict warning: chrome://messenger/content/mailWindowOverlay.js line
403: redeclaration of var msgFolder
This warning is currently hidden by bug 229437, but the problem is there
nonetheless. :)
Assignee | ||
Comment 1•21 years ago
|
||
To keep the context visible I just renamed the variable.
(Actually, since JS only knows two scopes (global or function level), the |var|
keyword is superfluous here.)
Assignee | ||
Updated•21 years ago
|
Attachment #137987 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•21 years ago
|
||
Comment on attachment 137987 [details] [diff] [review]
Just renaming the var
This looks ugly. Would you mind inlining the call instead i.e. not using a
temporary variable?
Attachment #137987 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Assignee | ||
Comment 3•21 years ago
|
||
Attachment #137987 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #138010 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #138010 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #138010 -
Flags: superreview?(bienvenu)
Updated•21 years ago
|
Attachment #138010 -
Flags: superreview?(bienvenu) → superreview+
Comment 4•21 years ago
|
||
Comment on attachment 138010 [details] [diff] [review]
Merge both var definitions
[Checked in: Comment 4]
Check in: { 12/28/2003 07:51 neil%parkwaycc.co.uk 1.178 }
Attachment #138010 -
Attachment description: Merge both var definitions → Merge both var definitions
[Checked in: Comment 4]
Attachment #138010 -
Attachment is obsolete: true
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Updated•21 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•21 years ago
|
Assignee: sspitzer → mnyromyr
Status: REOPENED → NEW
Assignee | ||
Comment 5•21 years ago
|
||
Taking the blame. Sorry for bugspam.
Status: NEW → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•