aboutsummaryrefslogtreecommitdiff
path: root/js/src/carousel.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-06-09 21:11:05 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit64591b3722128d89252b8f1c840cd846940b7f5c (patch)
tree971c65a6fd9f506da55e4be31d1fece7f9b20b89 /js/src/carousel.js
parent4d6e41dea6492f18029f0dd70b118217c02f27d8 (diff)
downloadbootstrap-64591b3722128d89252b8f1c840cd846940b7f5c.tar.xz
bootstrap-64591b3722128d89252b8f1c840cd846940b7f5c.zip
fix(manipulator): increase coverage for manipulator
Diffstat (limited to 'js/src/carousel.js')
-rw-r--r--js/src/carousel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js
index 15a56bd76..352b23849 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -562,8 +562,8 @@ class Carousel {
}
const config = {
- ...Util.getDataAttributes(target),
- ...Util.getDataAttributes(this)
+ ...Manipulator.getDataAttributes(target),
+ ...Manipulator.getDataAttributes(this)
}
const slideIndex = this.getAttribute('data-slide-to')