gnome-shell/js/ui/status
Florian Müllner f6b4b96737 cleanup: Use Array.includes() to check for element existence
We can use that newer method where we don't care about the actual position
of an element inside the array.

(Array.includes() and Array.indexOf() do behave differently in edge cases,
for example in the handling of NaN, but those don't matter to us)

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/152
2019-07-01 21:28:52 +00:00
..
accessibility.js panel: Center-align menu arrows 2019-06-21 21:09:56 +00:00
bluetooth.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
brightness.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
dwellClick.js panel: Center-align menu arrows 2019-06-21 21:09:56 +00:00
keyboard.js keyboard: Remove unnecessary boolean cast 2019-07-01 21:09:49 +00:00
location.js modalDialog: Inherit from St.Widget 2019-05-24 16:27:25 -05:00
network.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
nightLight.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
power.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
remoteAccess.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
rfkill.js js/status: Use menu items as actors 2019-05-15 17:27:07 +00:00
screencast.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
system.js system: Drop custom styling of user submenu icon 2019-06-29 20:01:52 +00:00
thunderbolt.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
volume.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00