1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

run make on js files

This commit is contained in:
Mark Otto
2012-06-20 23:46:29 -07:00
parent 3875a9f31b
commit 59153205b3
6 changed files with 26 additions and 4 deletions

View File

@@ -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'