mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
remove commented out code
This commit is contained in:
@@ -328,10 +328,6 @@ const Carousel = (($) => {
|
|||||||
eventDirectionName = Direction.RIGHT
|
eventDirectionName = Direction.RIGHT
|
||||||
}
|
}
|
||||||
|
|
||||||
// const directionalClassName = direction === Direction.NEXT ?
|
|
||||||
// ClassName.LEFT :
|
|
||||||
// ClassName.RIGHT
|
|
||||||
|
|
||||||
if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) {
|
if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) {
|
||||||
this._isSliding = false
|
this._isSliding = false
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user