2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

remove commented out code

This commit is contained in:
Mark Otto
2016-12-04 21:05:57 -08:00
parent 1e3ec89355
commit 1afb6959fa
-4
View File
@@ -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