Fix prettier.

This commit is contained in:
Lauri Ojansivu 2019-10-01 01:05:02 +03:00
parent 4785086e2f
commit 83f81f4586

View file

@ -105,12 +105,12 @@ function initSortable(boardComponent, $listsDom) {
$listsDom.sortable({ $listsDom.sortable({
handle: '.js-list-handle', handle: '.js-list-handle',
}); });
}; }
if (!Utils.isMiniScreen && showDesktopDragHandles) { if (!Utils.isMiniScreen && showDesktopDragHandles) {
$listsDom.sortable({ $listsDom.sortable({
handle: '.js-list-header', handle: '.js-list-header',
}); });
}; }
if ($listDom.data('sortable')) { if ($listDom.data('sortable')) {
$listsDom.sortable( $listsDom.sortable(
'option', 'option',