Commit eb62c977 authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #3770 from Barryvdh/2.1.0-wip

Scope carousel .active to .item
parents b2b000b7 c028e333
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment