1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

rebuild js + fixes #7583

This commit is contained in:
fat
2013-07-17 21:35:28 -07:00
parent 2cccc0889f
commit 18d23b892c
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@
$next[0].offsetWidth // force reflow
$active.addClass(direction)
$next.addClass(direction)
this.$element.one($.support.transition.end, function () {
this.$element.find('.item').one($.support.transition.end, function () {
$next.removeClass([type, direction].join(' ')).addClass('active')
$active.removeClass(['active', direction].join(' '))
that.sliding = false