summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2017-12-21 22:02:49 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2017-12-21 22:02:49 +0100
commit6c488489bdba1f0c9259add412b47dd959763ac8 (patch)
treeb18faf41cec956da118e6785ef2a222b5e026b1c
parent3b8286b1d1ccfac835a889975a953695f72f5991 (diff)
downloadgitlab-ce-38869-milestone-select.tar.gz
WIP resolved failing test in ./spec/features/boards/sidebar_spec.rb:18538869-milestone-select
-rw-r--r--app/assets/javascripts/milestone_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/milestone_select.js b/app/assets/javascripts/milestone_select.js
index b6af3f86d67..0e854295fe3 100644
--- a/app/assets/javascripts/milestone_select.js
+++ b/app/assets/javascripts/milestone_select.js
@@ -1,7 +1,7 @@
/* eslint-disable func-names, space-before-function-paren, wrap-iife, no-underscore-dangle, prefer-arrow-callback, max-len, one-var, one-var-declaration-per-line, no-unused-vars, object-shorthand, comma-dangle, no-else-return, no-self-compare, consistent-return, no-param-reassign, no-shadow */
/* global Issuable */
+/* global ListMilestone */
import _ from 'underscore';
-import ListMilestone from './boards/models/milestone';
import { timeFor } from './lib/utils/datetime_utility';
export default class MilestoneSelect {