mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-16 22:20:28 +00:00
8a4aeb82ab4fc175dff72d5dfafadd6ac5f9803f
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
Languages
JavaScript
97.4%
Shell
2.5%
CSS
0.1%