Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-21 20:37:25 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-21 20:37:25 +0300
commitb47432a7e20fb92bc4a431a4c6a78a1f2b7de722 (patch)
treecbd87923fbdbdfbe8145dcb5c538d442278703d1 /app/assets/javascripts/commons
parent5f7292687a29fe13bdee2c1cde808d6d2158fe45 (diff)
enable Array destructuring and polyfill Symbol class
Diffstat (limited to 'app/assets/javascripts/commons')
-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 fbd0db64ca7..b190b9665bc 100644
--- a/app/assets/javascripts/commons/polyfills.js
+++ b/app/assets/javascripts/commons/polyfills.js
@@ -4,6 +4,7 @@ import 'core-js/fn/object/assign';
import 'core-js/fn/promise';
import 'core-js/fn/string/code-point-at';
import 'core-js/fn/string/from-code-point';
+import 'core-js/fn/symbol';
// Browser polyfills
import './polyfills/custom_event';