mirror of https://github.com/twbs/bootstrap.git
Scope finding the .active to .item
This commit is contained in:
parent
269ce715f1
commit
c028e33358
|
@ -88,7 +88,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
, slide: function (type, next) {
|
, slide: function (type, next) {
|
||||||
var $active = this.$element.find('.active')
|
var $active = this.$element.find('.item.active')
|
||||||
, $next = next || $active[type]()
|
, $next = next || $active[type]()
|
||||||
, isCycling = this.interval
|
, isCycling = this.interval
|
||||||
, direction = type == 'next' ? 'left' : 'right'
|
, direction = type == 'next' ? 'left' : 'right'
|
||||||
|
|
Loading…
Reference in New Issue