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:
authorEric Eastwood <contact@ericeastwood.com>2017-03-08 00:25:27 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-03-08 20:27:14 +0300
commitee9930145fafdd3869ecf985f0b2295081ac3c7e (patch)
treef7cfa42b679d813922d5ba0504517b25d0e9f625 /app/assets/javascripts/extensions
parent935574edd407ebb2f8aeeee2584da9b07850e813 (diff)
Update emojis to use harmony modules (import/export)
Diffstat (limited to 'app/assets/javascripts/extensions')
-rw-r--r--app/assets/javascripts/extensions/string.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/extensions/string.js b/app/assets/javascripts/extensions/string.js
index fe23be0bbc1..ae9662444b0 100644
--- a/app/assets/javascripts/extensions/string.js
+++ b/app/assets/javascripts/extensions/string.js
@@ -1,2 +1,2 @@
-require('string.prototype.codepointat');
-require('string.fromcodepoint');
+import 'string.prototype.codepointat';
+import 'string.fromcodepoint';