diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-04-23 12:08:11 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-04-23 12:08:11 +0100 |
commit | 6673934d0e487baf447f2a99b50dd721e0c635ac (patch) | |
tree | 5df9d5ce187846c291a4827654d4b15f8189c39f | |
parent | a527c9b915ac7c690c03f8b2cd16edf1777f1f32 (diff) | |
download | gitlab-ce-6673934d0e487baf447f2a99b50dd721e0c635ac.tar.gz |
Fix eslint
-rw-r--r-- | app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue index 9adc8881831..43121dd38f3 100644 --- a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue @@ -71,7 +71,7 @@ export default { stopDropdownClickPropagation() { $( '.js-grouped-pipeline-dropdown button, .js-grouped-pipeline-dropdown a.mini-pipeline-graph-dropdown-item', - this.$el + this.$el, ).on('click', e => { e.stopPropagation(); }); |