Skip to content
代码片段 群组 项目
提交 d25a61c0 编辑于 作者: Paul Slaughter's avatar Paul Slaughter
浏览文件

Merge branch 'add-missing-gl-dropdown' into 'master'

Explicitly import gl_dropdown

See merge request gitlab-org/gitlab!16907
No related branches found
No related tags found
无相关合并请求
/* eslint-disable class-methods-use-this */
import $ from 'jquery';
import '~/gl_dropdown';
export default class TemplateSelector {
constructor({ dropdown, data, pattern, wrapper, editor, $input } = {}) {
......
import _ from 'underscore';
import '~/gl_dropdown';
export default class CreateItemDropdown {
/**
......
/* eslint-disable func-names, no-else-return, prefer-template, prefer-arrow-callback */
import $ from 'jquery';
import '~/gl_dropdown';
import Api from './api';
import { mergeUrlParams } from './lib/utils/url_utility';
import { parseBoolean } from '~/lib/utils/common_utils';
......
/* eslint-disable class-methods-use-this, no-unneeded-ternary */
import $ from 'jquery';
import '~/gl_dropdown';
import { visitUrl } from '~/lib/utils/url_utility';
import UsersSelect from '~/users_select';
import { isMetaClick } from '~/lib/utils/common_utils';
......
import $ from 'jquery';
import '~/gl_dropdown';
import Flash from '~/flash';
import Api from '~/api';
import { __ } from '~/locale';
......
import $ from 'jquery';
import '~/gl_dropdown';
class RefSelectDropdown {
constructor($dropdownButton, availableRefs) {
......
import $ from 'jquery';
import '~/gl_dropdown';
import _ from 'underscore';
import { __ } from '~/locale';
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册