Commit 4d45d6c9 authored by Phil Hughes's avatar Phil Hughes

fixed conflicts in `app/assets/javascripts/dispatcher.js`

[ci skip]
parent 584c8d09
...@@ -229,12 +229,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line ...@@ -229,12 +229,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
import('./pages/groups/milestones/edit') import('./pages/groups/milestones/edit')
.then(callDefault) .then(callDefault)
.catch(fail); .catch(fail);
<<<<<<< HEAD
break; break;
case 'groups:epics:show': case 'groups:epics:show':
new ZenMode(); new ZenMode();
=======
>>>>>>> upstream/master
break; break;
case 'projects:compare:show': case 'projects:compare:show':
new Diff(); new Diff();
......
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