mozilla / lightbeam

Orignal unmaintained version of the Lightbeam extension. See lightbeam-we for the new one which works in modern versions of Firefox.
https://github.com/mozilla/lightbeam-we
Mozilla Public License 2.0
587 stars 149 forks source link

Replace nonstandard for-each-in loop with for-of #717

Closed cpeterso closed 7 years ago

cpeterso commented 7 years ago

Lightbeam is broken in Firefox Nightly 53 because Nightly no longer supports the nonstandard for-each-in loops. See Firefox bug 1293305.

fmarier commented 7 years ago

Thanks Chris. Sorry it took me a while to push out a new release.