mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 19:52:26 +01:00
05da8c52e2a9ae62b0208cc497111e36ca91fc53
The array comprehension syntax changed in FF 46. Where before you would do, `[X for (Y in Z)]` now you do `[for (Y of Z) Y]`. I've also changed the destructuring assignment on line 314, as they aren't supported, and stop the variables from being bound. See [here] for more information on that. Now we bind to a single variable, and pull out the first and second items as needed. [here] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Array_comprehensions#SpiderMonkey-specific_implementation_notes
Description
Pentadactyl for Pale Moon
Languages
JavaScript
93.7%
C++
1.8%
CSS
1.6%
XSLT
1.3%
Vim script
0.8%
Other
0.6%