Closed
Bug 765330
Opened 13 years ago
Closed 13 years ago
javascript warning: variable redeclaration
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: kats, Unassigned)
Details
Attachments
(1 file)
1.09 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
06-15 18:56:58.829 E/GeckoConsole(22864): [JavaScript Warning: "TypeError: variable article redeclares argument" {file: "chrome://browser/content/browser.js" line: 5504 column: 12 source: " let article = readability.parse();
"article" is an argument to the closure passed to "this.getArticleFromCache", but then there is a line of code "let article = ..." that redefines it.
Comment 1•13 years ago
|
||
Attachment #633981 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #633981 -
Flags: review?(mark.finkle) → review+
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•