Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-26 17:39:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-11 18:01:28 +0300
commit1393678f0b7758244db471d383601508bda642ba (patch)
tree03decc4ff58515538e991772f65af5e2d8cea914 /js/src/scrollspy.js
parentdd0239d169c456e7f504522d6759a629c8b6301a (diff)
Remove obsolete comments.
Diffstat (limited to 'js/src/scrollspy.js')
-rw-r--r--js/src/scrollspy.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js
index d902017536..beea560d48 100644
--- a/js/src/scrollspy.js
+++ b/js/src/scrollspy.js
@@ -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