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:
authorMark Otto <markotto@twitter.com>2012-06-21 10:46:29 +0400
committerMark Otto <markotto@twitter.com>2012-06-21 10:46:29 +0400
commit59153205b337df6900a681eb3b3681620bd20ec2 (patch)
tree91d5b42a7d98da16ce3eee437d89e13b0210a74e /docs/assets/js/bootstrap-carousel.js
parent3875a9f31b278d67e3774fbf92972f9f400130aa (diff)
run make on js files
Diffstat (limited to 'docs/assets/js/bootstrap-carousel.js')
-rw-r--r--docs/assets/js/bootstrap-carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js
index f8f3c64515..3fda7c6660 100644
--- a/docs/assets/js/bootstrap-carousel.js
+++ b/docs/assets/js/bootstrap-carousel.js
@@ -88,7 +88,7 @@
}
, slide: function (type, next) {
- var $active = this.$element.find('.active')
+ var $active = this.$element.find('.item.active')
, $next = next || $active[type]()
, isCycling = this.interval
, direction = type == 'next' ? 'left' : 'right'