Skip to content

Commit

Permalink
Trailing spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Oct 21, 2020
1 parent cf32e93 commit 6e24a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/common/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function () {
}

$carousel.on('init', onCarouselChange);
$carousel.on('afterChange', onCarouselChange);
$carousel.on('afterChange', onCarouselChange);

const isMultipleSlides = $carousel.children().length > 1;
const customPaging = isMultipleSlides
Expand Down

0 comments on commit 6e24a47

Please sign in to comment.