mirror of https://github.com/twbs/bootstrap.git
remove commented out code
This commit is contained in:
parent
1e3ec89355
commit
1afb6959fa
|
|
@ -328,10 +328,6 @@ const Carousel = (($) => {
|
|||
eventDirectionName = Direction.RIGHT
|
||||
}
|
||||
|
||||
// const directionalClassName = direction === Direction.NEXT ?
|
||||
// ClassName.LEFT :
|
||||
// ClassName.RIGHT
|
||||
|
||||
if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) {
|
||||
this._isSliding = false
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue