summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/project_select.js
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-05-19 21:22:46 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-05-19 21:22:46 +0000
commit035b7cc0b339c5693697108bee17891cb4d41e68 (patch)
treeb0520d58997fbf70cd19e4c9a0356d52d600a6fc /app/assets/javascripts/project_select.js
parent776d4ba5c99d2d15bf3759a35f515fdb4406af56 (diff)
downloadgitlab-ce-035b7cc0b339c5693697108bee17891cb4d41e68.tar.gz
Add users endpoint to frontend API class
Diffstat (limited to 'app/assets/javascripts/project_select.js')
-rw-r--r--app/assets/javascripts/project_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/project_select.js b/app/assets/javascripts/project_select.js
index 3c1c1e7dceb..0ff0a3b6cc4 100644
--- a/app/assets/javascripts/project_select.js
+++ b/app/assets/javascripts/project_select.js
@@ -1,5 +1,5 @@
/* eslint-disable func-names, space-before-function-paren, wrap-iife, prefer-arrow-callback, no-var, comma-dangle, object-shorthand, one-var, one-var-declaration-per-line, no-else-return, quotes, max-len */
-/* global Api */
+import Api from './api';
(function() {
this.ProjectSelect = (function() {