Closed
Bug 1108311
Opened 10 years ago
Closed 10 years ago
Remove deprecated let block and add "use strict" in about:preferences
Categories
(Toolkit :: Preferences, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
2.05 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
1. let blocks are a nonstandard JS feature of SpiderMonkey and should be removed:
JavaScript warning: chrome://browser/content/preferences/in-content/applications.js, line 1796: JavaScript 1.7's let blocks are deprecated
2. While I'm in this file, add "use strict" with no apparent problems.
Attachment #8532878 -
Flags: review?(bmcbride)
| Assignee | ||
Updated•10 years ago
|
Component: General → Preferences
Product: Firefox → Toolkit
Updated•10 years ago
|
Attachment #8532878 -
Flags: review?(bmcbride) → review+
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•