1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

Fix JS linter errors

This commit is contained in:
Mark Otto
2025-05-31 12:29:05 -07:00
parent e20a43bbb5
commit 97ce2abd4f
3 changed files with 0 additions and 3 deletions

View File

@@ -402,7 +402,6 @@ class Carousel extends BaseComponent {
return order === ORDER_PREV ? DIRECTION_RIGHT : DIRECTION_LEFT
}
}
/**

View File

@@ -205,7 +205,6 @@ class Offcanvas extends BaseComponent {
EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED)
})
}
}
/**

View File

@@ -258,7 +258,6 @@ class ScrollSpy extends BaseComponent {
node.classList.remove(CLASS_NAME_ACTIVE)
}
}
}
/**