Closed
Bug 139044
Opened 23 years ago
Closed 23 years ago
js strict warnings in filepicker.js
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
|
769 bytes,
patch
|
doronr
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Warning: redeclaration of var errorTitle
Source File: chrome://global/content/filepicker.js
Line: 305, Column: 12
Source Code:
var errorTitle =
Warning: redeclaration of var errorMessage
Source File: chrome://global/content/filepicker.js
Line: 308, Column: 12
Source Code:
var errorMessage;
I'll attach a patch
| Assignee | ||
Comment 1•23 years ago
|
||
(the variables are defined at the top of the function)
Comment 2•23 years ago
|
||
Comment on attachment 80305 [details] [diff] [review]
patch
r=doron
Attachment #80305 -
Flags: review+
| Assignee | ||
Comment 3•23 years ago
|
||
alecf, can you super-review? thanks!
Comment 4•23 years ago
|
||
Comment on attachment 80305 [details] [diff] [review]
patch
sr=alecf
Attachment #80305 -
Flags: superreview+
| Assignee | ||
Comment 5•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
no longer see this warning --vrfy'd with 2002.09.19.08 comm trunk build.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•