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:
authorLukas Eipert <leipert@gitlab.com>2019-07-04 13:18:51 +0300
committerLukas Eipert <leipert@gitlab.com>2019-07-04 13:18:51 +0300
commit0e4cef8589e36d22e5da125e1fe83475f1b27856 (patch)
tree12737e5036a5c02dd7d5df647103249a1607f0ab /app/assets/javascripts/main_ee.js
parente049fe0d2ea585818cd4a6a65a1d71cbee365a52 (diff)
Resolve CE/EE diff in main.js
Moving ee/main.js to ee/main_ee.js allows to add a noop file in CE and utilize ee_else_ce.
Diffstat (limited to 'app/assets/javascripts/main_ee.js')
-rw-r--r--app/assets/javascripts/main_ee.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/main_ee.js b/app/assets/javascripts/main_ee.js
new file mode 100644
index 00000000000..84d74775163
--- /dev/null
+++ b/app/assets/javascripts/main_ee.js
@@ -0,0 +1 @@
+// This is an empty file to satisfy ee_else_ce import for the EE main entry point