mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update devDependencies and fix a typo in comment. (#23534)
This commit is contained in:
parent
94cb75ad2f
commit
74d96392d2
2 changed files with 212 additions and 354 deletions
|
@ -131,7 +131,7 @@ const Carousel = (($) => {
|
|||
|
||||
nextWhenVisible() {
|
||||
// Don't call next when the page isn't visible
|
||||
// or the carousel or it's parent isn't visible
|
||||
// or the carousel or its parent isn't visible
|
||||
if (!document.hidden &&
|
||||
($(this._element).is(':visible') && $(this._element).css('visibility') !== 'hidden')) {
|
||||
this.next()
|
||||
|
|
564
package-lock.json
generated
564
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue