mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Update devDependencies and fix a typo in comment. (#23534)
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ const Carousel = (($) => {
|
|||||||
|
|
||||||
nextWhenVisible() {
|
nextWhenVisible() {
|
||||||
// Don't call next when the page isn't visible
|
// 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 &&
|
if (!document.hidden &&
|
||||||
($(this._element).is(':visible') && $(this._element).css('visibility') !== 'hidden')) {
|
($(this._element).is(':visible') && $(this._element).css('visibility') !== 'hidden')) {
|
||||||
this.next()
|
this.next()
|
||||||
|
|||||||
Generated
+211
-353
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user