1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 19:52:26 +01:00
Evan Niessen-Derry 05da8c52e2 Fixed Array comprehensions in noscript.js
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
2016-06-29 22:14:25 -05:00
2011-10-23 23:16:19 -04:00
2016-05-01 12:02:20 +10:00
2010-10-03 19:22:55 +11:00
Description
Pentadactyl for Pale Moon
139 MiB
Languages
JavaScript 93.7%
C++ 1.8%
CSS 1.6%
XSLT 1.3%
Vim script 0.8%
Other 0.6%