Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-09-10 02:55:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-02-19 15:52:36 +0300
commitccba6a3589ba33e25ab2919cb844b5bc870e2fef (patch)
tree9e1539b7fcff044cafba1bd1fd24fbb77d184605 /js
parent546e34cf85a31a5d553c15afbeef8591d0935efc (diff)
Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor`
Diffstat (limited to 'js')
-rw-r--r--js/src/carousel.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js
index 5a0cbc208d..38e33cbee3 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')