mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
grunt
This commit is contained in:
parent
39fec66fc4
commit
ce013440e7
2
dist/js/bootstrap.js
vendored
2
dist/js/bootstrap.js
vendored
@ -302,7 +302,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
|
|
||||||
Carousel.prototype.getActiveIndex = function () {
|
Carousel.prototype.getActiveIndex = function () {
|
||||||
this.$active = this.$element.find('.item.active')
|
this.$active = this.$element.find('.item.active')
|
||||||
this.$items = this.$active.parent().children()
|
this.$items = this.$active.parent().children('.item')
|
||||||
|
|
||||||
return this.$items.index(this.$active)
|
return this.$items.index(this.$active)
|
||||||
}
|
}
|
||||||
|
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
4
docs/assets/js/raw-files.min.js
vendored
4
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/js/bootstrap.min.js
vendored
2
docs/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user