gnome-shell/js/ui/components
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
..
__init__.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
automountManager.js shellMountOperation: Support TCRYPT 2019-05-20 19:59:04 +02:00
autorunManager.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
keyring.js modalDialog: Inherit from St.Widget 2019-05-24 16:27:25 -05:00
networkAgent.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
polkitAgent.js cleanup: Use Array.includes() to check for element existence 2019-07-01 21:28:52 +00:00
telepathyClient.js telepathyClient: Don't redeclare N_() 2019-07-01 21:09:49 +00:00