summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-07-19 09:37:06 +0000
committerPhil Hughes <me@iamphill.com>2019-07-19 09:37:06 +0000
commitcec7bbdce602a31748810e34e1d7aadb5c7f7c28 (patch)
treee18eaca9ac2717e1d0a0cc34588fc37b55d3096b
parent627d2b7fa440f4f9c6fd83f0cef8ab4ed705e9a5 (diff)
parent2c5b930b9530ff06be49481b115d5d27829d5ef5 (diff)
downloadgitlab-ce-cec7bbdce602a31748810e34e1d7aadb5c7f7c28.tar.gz
Merge branch 'add-endswith-to-polyfill' into 'master'
Add endsWith to polyfill See merge request gitlab-org/gitlab-ce!30920
-rw-r--r--app/assets/javascripts/commons/polyfills.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/commons/polyfills.js b/app/assets/javascripts/commons/polyfills.js
index a4394ab7e92..7a6ad3dc771 100644
--- a/app/assets/javascripts/commons/polyfills.js
+++ b/app/assets/javascripts/commons/polyfills.js
@@ -13,6 +13,7 @@ import 'core-js/es/string/code-point-at';
import 'core-js/es/string/from-code-point';
import 'core-js/es/string/includes';
import 'core-js/es/string/starts-with';
+import 'core-js/es/string/ends-with';
import 'core-js/es/symbol';
import 'core-js/es/map';
import 'core-js/es/weak-map';