diff options
| author | fat <[email protected]> | 2013-07-17 21:35:28 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-17 21:35:28 -0700 |
| commit | 18d23b892c280f170ae4c02c9ae27183c3f7946e (patch) | |
| tree | 741d64789dbd9a7b550c898e52bbd5623b528756 /js | |
| parent | 2cccc0889f63503d3a56ed80b3f0cde3424a5aff (diff) | |
| download | bootstrap-18d23b892c280f170ae4c02c9ae27183c3f7946e.tar.xz bootstrap-18d23b892c280f170ae4c02c9ae27183c3f7946e.zip | |
rebuild js + fixes #7583
Diffstat (limited to 'js')
| -rw-r--r-- | js/carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/carousel.js b/js/carousel.js index b014de270..78e878546 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -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 |
