mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
fix(manipulator): increase coverage for manipulator
This commit is contained in:
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user