Commit 6673934d authored by Filipa Lacerda's avatar Filipa Lacerda

Fix eslint

parent a527c9b9
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
stopDropdownClickPropagation() { stopDropdownClickPropagation() {
$( $(
'.js-grouped-pipeline-dropdown button, .js-grouped-pipeline-dropdown a.mini-pipeline-graph-dropdown-item', '.js-grouped-pipeline-dropdown button, .js-grouped-pipeline-dropdown a.mini-pipeline-graph-dropdown-item',
this.$el this.$el,
).on('click', e => { ).on('click', e => {
e.stopPropagation(); e.stopPropagation();
}); });
......
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