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/breakpoints.js
parent61033b2d4f7084141a6b8f45e9114ca5e86a73ce (diff)
removed global use of breakpoint checker
Diffstat (limited to 'app/assets/javascripts/breakpoints.js')
-rw-r--r--app/assets/javascripts/breakpoints.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/javascripts/breakpoints.js b/app/assets/javascripts/breakpoints.js
index 7e3e9da63bb..7951348d8b2 100644
--- a/app/assets/javascripts/breakpoints.js
+++ b/app/assets/javascripts/breakpoints.js
@@ -16,8 +16,4 @@ const BreakpointInstance = {
},
};
-// For legacy reasons, this is added to window
-// one day this should be deleted
-window.bp = BreakpointInstance;
-
export default BreakpointInstance;