Commit f8de4dc3 authored by Mario de la Ossa's avatar Mario de la Ossa

resolve conflicts on app/assets/javascripts/dispatcher.js

parent f499fde0
...@@ -12,7 +12,6 @@ import ShortcutsIssuable from './shortcuts_issuable'; ...@@ -12,7 +12,6 @@ import ShortcutsIssuable from './shortcuts_issuable';
import Diff from './diff'; import Diff from './diff';
import SearchAutocomplete from './search_autocomplete'; import SearchAutocomplete from './search_autocomplete';
<<<<<<< HEAD
// EE-only // EE-only
import UsersSelect from './users_select'; import UsersSelect from './users_select';
import UserCallout from './user_callout'; import UserCallout from './user_callout';
...@@ -23,8 +22,6 @@ import initPathLocks from 'ee/path_locks'; // eslint-disable-line import/first ...@@ -23,8 +22,6 @@ import initPathLocks from 'ee/path_locks'; // eslint-disable-line import/first
import initApprovals from 'ee/approvals'; // eslint-disable-line import/first import initApprovals from 'ee/approvals'; // eslint-disable-line import/first
import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line import/first import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line import/first
=======
>>>>>>> upstream/master
var Dispatcher; var Dispatcher;
(function() { (function() {
......
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