Files
gnome-shell-extensions/extensions
Florian MüllnerandFlorian Müllner 2dc4325a90 places-menu: Use spread operator for variadic function
Invoking functions via Function.prototype.apply() and .call() is
less performant than a regular function call, and makes code harder
to read.

Before ES6 there was no other way of writing a function with variadic
arguments, but since we now have the spread operator, we can use that
as the better alternative.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/91
2019-08-21 15:13:43 +00:00
..
2019-08-21 15:13:43 +00:00
2019-06-28 21:51:38 +02:00
2019-08-10 00:27:20 +02:00