Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-03-01 07:47:01 +0400
committerfat <jacobthornton@gmail.com>2013-03-01 07:47:01 +0400
commitef80765726f2be39c85080d257e7eac55abcc6a6 (patch)
tree1a7e598c0257d9c7d02914ec44e5921774e2ef45
parent40b7a909a63eef53053de4595079ac1a06118cc5 (diff)
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 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