You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
KostyaTretyak
changed the title
Carousel not stops with wrap = true (on bootstrap 3.3.1)
Carousel not stops with wrap = false (on bootstrap 3.3.1)
Nov 15, 2014
is dead code, and that's the only place wrap is used.
This wasn't caught because we lack a unit test for wrap: false 😞
If we had code coverage tracking, that would also have caught this.
cvrebert
changed the title
Carousel not stops with wrap = false (on bootstrap 3.3.1)
Carousel still wraps even with wrap = false (on bootstrap 3.3.1)
Nov 17, 2014
If I use https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js
Carousel not stops with wrap = false
http://jsfiddle.net/ktretyak/nxaHg/21/
The text was updated successfully, but these errors were encountered: