aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2013-02-28 19:47:01 -0800
committerfat <[email protected]>2013-02-28 19:47:01 -0800
commitef80765726f2be39c85080d257e7eac55abcc6a6 (patch)
tree1a7e598c0257d9c7d02914ec44e5921774e2ef45
parent40b7a909a63eef53053de4595079ac1a06118cc5 (diff)
downloadbootstrap-ef80765726f2be39c85080d257e7eac55abcc6a6.tar.xz
bootstrap-ef80765726f2be39c85080d257e7eac55abcc6a6.zip
pass true to cycle
-rw-r--r--js/bootstrap-carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js
index 604552012..e3ce799a1 100644
--- a/js/bootstrap-carousel.js
+++ b/js/bootstrap-carousel.js
@@ -75,7 +75,7 @@
if (!e) this.paused = true
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
this.$element.trigger($.support.transition.end)
- this.cycle()
+ this.cycle(true)
}
clearInterval(this.interval)
this.interval = null