From: Mark Otto Date: Mon, 5 Dec 2016 05:05:57 +0000 (-0800) Subject: remove commented out code X-Git-Tag: v4.0.0-alpha.6~334^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afb6959fac4659394c53cba1ebabd3f22714e26;p=thirdparty%2Fbootstrap.git remove commented out code --- diff --git a/js/src/carousel.js b/js/src/carousel.js index a8c16283e2..304d0160f6 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -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