about summary refs log tree commit diff
path: root/app/javascript/mastodon/load_polyfills.js
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-04-07 07:03:42 -0400
committerGitHub <noreply@github.com>2023-04-07 13:03:42 +0200
commitc0886dee1480cecedb7e8b152c848f061ab7f81e (patch)
treee7e580da155c24b7b2b141e0089c1e18db95465e /app/javascript/mastodon/load_polyfills.js
parentd7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 (diff)
Remove Array.prototype.includes polyfill (#24234)
Diffstat (limited to 'app/javascript/mastodon/load_polyfills.js')
-rw-r--r--app/javascript/mastodon/load_polyfills.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/mastodon/load_polyfills.js b/app/javascript/mastodon/load_polyfills.js
index b2c41303a..7909dc4ea 100644
--- a/app/javascript/mastodon/load_polyfills.js
+++ b/app/javascript/mastodon/load_polyfills.js
@@ -12,7 +12,6 @@ function importExtraPolyfills() {
 
 function loadPolyfills() {
   const needsBasePolyfills = !(
-    Array.prototype.includes &&
     HTMLCanvasElement.prototype.toBlob &&
     window.Intl &&
     Object.assign &&