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:
authorPhil Hughes <me@iamphill.com>2017-08-10 16:02:30 +0300
committerPhil Hughes <me@iamphill.com>2017-08-10 16:02:30 +0300
commit3fc89919a8050b19e068b48abc12ac6a1dbe958a (patch)
treecfaa31964ebf44b71fca64abd76f01af936a508a /app/assets/javascripts/boards
parent61033b2d4f7084141a6b8f45e9114ca5e86a73ce (diff)
removed global use of breakpoint checker
Diffstat (limited to 'app/assets/javascripts/boards')
-rw-r--r--app/assets/javascripts/boards/components/modal/list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/components/modal/list.js b/app/assets/javascripts/boards/components/modal/list.js
index 363269c0d5d..b4a45feee4d 100644
--- a/app/assets/javascripts/boards/components/modal/list.js
+++ b/app/assets/javascripts/boards/components/modal/list.js
@@ -1,7 +1,7 @@
/* global ListIssue */
-/* global bp */
import Vue from 'vue';
+import bp from '../../../breakpoints';
const ModalStore = gl.issueBoards.ModalStore;