Closed
Bug 824100
Opened 12 years ago
Closed 12 years ago
Remove use of for each...in in browser.js
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 825052
People
(Reporter: Margaret, Unassigned)
Details
for each...in is deprecated, so we shouldn't use it anymore: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/for_each...in
Besides the uses removed in bug 824044, the only other place I see us using this is in browser.js:
https://mxr.mozilla.org/gaia/source/apps/browser/js/browser.js#1402
https://mxr.mozilla.org/gaia/source/apps/browser/js/browser.js#1477
Comment 1•12 years ago
|
||
These are fixed by https://github.com/mozilla-b2g/gaia/commit/6a5af0f20dca2c92af7d81476784c389e37a3325 and https://github.com/mozilla-b2g/gaia/commit/fd60b0ca128068765a5f7276ae400ca0b9e2b715
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•