Tor Hedin Brønner 8a4aeb82ab Arrow functions doesn't have arguments in newer spidermonkey
Gnome-shell 3.26 uses a newer spidermonkey engine which doesn't give arrow
functions access to the `arguments` keyword. Using `function` instead fixes
this.

Also use [...arguments] to copy arguments as slice apparently can have a
performance penalty:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments
2017-10-05 14:12:43 +02:00
2017-09-17 14:19:37 +02:00
2017-10-03 16:55:56 +02:00
2017-09-20 13:32:27 +02:00
2017-09-28 13:29:11 +02:00
S
Description
No description provided
GPL-3.0
2 MiB
Languages
JavaScript 97.4%
Shell 2.5%
CSS 0.1%