mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 21:54:41 +00:00
Remove obsolete comments.
This commit is contained in:
parent
dd0239d169
commit
1393678f0b
2 changed files with 0 additions and 2 deletions
|
|
@ -418,7 +418,6 @@ class Modal {
|
|||
|
||||
// ----------------------------------------------------------------------
|
||||
// the following methods are used to handle overflowing modals
|
||||
// todo (fat): these should probably be refactored out of modal.js
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
_adjustDialog() {
|
||||
|
|
|
|||
|
|
@ -138,7 +138,6 @@ class ScrollSpy {
|
|||
if (target) {
|
||||
const targetBCR = target.getBoundingClientRect()
|
||||
if (targetBCR.width || targetBCR.height) {
|
||||
// TODO (fat): remove sketch reliance on jQuery position/offset
|
||||
return [
|
||||
Manipulator[offsetMethod](target).top + offsetBase,
|
||||
targetSelector
|
||||
|
|
|
|||
Loading…
Reference in a new issue