From ef80765726f2be39c85080d257e7eac55abcc6a6 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 28 Feb 2013 19:47:01 -0800 Subject: [PATCH] pass true to cycle --- js/bootstrap-carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js index 604552012b..e3ce799a11 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