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-kun <Jacobthornton@gmail.com>2013-03-01 09:24:27 +0400
committerfat-kun <Jacobthornton@gmail.com>2013-03-01 09:24:27 +0400
commiteb24718add4dd36fe92fdbdb79e6ff4ce5919300 (patch)
treec85d91c9cb9b0b54f48f6747aa08d7db81eafce0 /docs/assets/js/bootstrap-carousel.js
parent16111a5e454a8af4407f4217b5defb6d7a9bdbd3 (diff)
parent6b2a010357e184e670a2f4768e37d4886e8a6597 (diff)
Merge pull request #7111 from twitter/2.3.1-wipv2.3.1
2.3.1 wip
Diffstat (limited to 'docs/assets/js/bootstrap-carousel.js')
-rw-r--r--docs/assets/js/bootstrap-carousel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js
index 604552012b..b40edd7bff 100644
--- a/docs/assets/js/bootstrap-carousel.js
+++ b/docs/assets/js/bootstrap-carousel.js
@@ -1,5 +1,5 @@
/* ==========================================================
- * bootstrap-carousel.js v2.3.0
+ * bootstrap-carousel.js v2.3.1
* http://twitter.github.com/bootstrap/javascript.html#carousel
* ==========================================================
* Copyright 2012 Twitter, Inc.
@@ -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