Commit edbaa2c4 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'lm-replace-underscore-droplab' into 'master'

Replace underscore with lodash for ./app/assets/javascripts/droplab

See merge request gitlab-org/gitlab!28707
parents bbbf78a3 9b3d8cba
/* eslint-disable */
import { template as _template } from 'underscore';
import { template as _template } from 'lodash';
import { DATA_TRIGGER, DATA_DROPDOWN, TEMPLATE_REGEX } from './constants';
const utils = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment