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-12-19 13:12:32 +0300
committerPhil Hughes <me@iamphill.com>2018-01-10 14:07:42 +0300
commitff0f74ac6e30ee789560012908f45a7fac9197e4 (patch)
tree70f6f4d4b9f85d65d233599fbe4bcdcf6645243f /spec/javascripts/smart_interval_spec.js
parentbe623ef3c1a867d23e9625fe372c17fcad3c47ce (diff)
Tidy up main JS file
Diffstat (limited to 'spec/javascripts/smart_interval_spec.js')
-rw-r--r--spec/javascripts/smart_interval_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/smart_interval_spec.js b/spec/javascripts/smart_interval_spec.js
index 1c87fcec245..7265e1b6cb5 100644
--- a/spec/javascripts/smart_interval_spec.js
+++ b/spec/javascripts/smart_interval_spec.js
@@ -1,3 +1,4 @@
+import _ from 'underscore';
import SmartInterval from '~/smart_interval';
describe('SmartInterval', function () {