1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 21:02:25 +01:00
Files
pentadactyl-pm/plugins
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
..
2016-01-15 15:04:57 +01:00
2015-12-30 15:56:42 -08:00
2015-12-20 03:49:29 -08:00
2015-12-20 03:49:29 -08:00
2015-12-20 03:49:29 -08:00
2015-12-20 03:49:29 -08:00