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 /docs/assets/js/bootstrap.js | |
| parent | 2cccc0889f63503d3a56ed80b3f0cde3424a5aff (diff) | |
| download | bootstrap-18d23b892c280f170ae4c02c9ae27183c3f7946e.tar.xz bootstrap-18d23b892c280f170ae4c02c9ae27183c3f7946e.zip | |
rebuild js + fixes #7583
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 4296eaa49..c562b8836 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -378,7 +378,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 |
