diff options
| author | GeoSot <[email protected]> | 2021-09-10 02:55:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-02-19 14:52:36 +0200 |
| commit | ccba6a3589ba33e25ab2919cb844b5bc870e2fef (patch) | |
| tree | 9e1539b7fcff044cafba1bd1fd24fbb77d184605 /js/src | |
| parent | 546e34cf85a31a5d553c15afbeef8591d0935efc (diff) | |
| download | bootstrap-ccba6a3589ba33e25ab2919cb844b5bc870e2fef.tar.xz bootstrap-ccba6a3589ba33e25ab2919cb844b5bc870e2fef.zip | |
Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor`
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/carousel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js index 5a0cbc208..38e33cbee 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -482,7 +482,6 @@ class Carousel extends BaseComponent { } const config = { - ...Manipulator.getDataAttributes(target), ...Manipulator.getDataAttributes(this) } const slideIndex = this.getAttribute('data-bs-slide-to') |
