diff options
| author | fat <[email protected]> | 2013-02-28 19:47:01 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-28 19:47:01 -0800 |
| commit | ef80765726f2be39c85080d257e7eac55abcc6a6 (patch) | |
| tree | 1a7e598c0257d9c7d02914ec44e5921774e2ef45 | |
| parent | 40b7a909a63eef53053de4595079ac1a06118cc5 (diff) | |
| download | bootstrap-ef80765726f2be39c85080d257e7eac55abcc6a6.tar.xz bootstrap-ef80765726f2be39c85080d257e7eac55abcc6a6.zip | |
pass true to cycle
| -rw-r--r-- | js/bootstrap-carousel.js | 2 |
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 |
