diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-10 14:02:30 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-10 14:02:30 +0100 |
commit | 3fc89919a8050b19e068b48abc12ac6a1dbe958a (patch) | |
tree | cfaa31964ebf44b71fca64abd76f01af936a508a /spec | |
parent | 61033b2d4f7084141a6b8f45e9114ca5e86a73ce (diff) | |
download | gitlab-ce-3fc89919a8050b19e068b48abc12ac6a1dbe958a.tar.gz |
removed global use of breakpoint checkerbreakpoint-checker-performance
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/fly_out_nav_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fly_out_nav_spec.js b/spec/javascripts/fly_out_nav_spec.js index d7b7acaa3f4..e44d874ad2b 100644 --- a/spec/javascripts/fly_out_nav_spec.js +++ b/spec/javascripts/fly_out_nav_spec.js @@ -1,4 +1,3 @@ -/* global bp */ import Cookies from 'js-cookie'; import { calculateTop, @@ -7,6 +6,7 @@ import { canShowSubItems, canShowActiveSubItems, } from '~/fly_out_nav'; +import bp from '~/breakpoints'; describe('Fly out sidebar navigation', () => { let el; |