diff options
| author | Mark Otto <[email protected]> | 2016-02-03 19:23:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-03 19:23:29 -0800 |
| commit | 0e70c6a37f1a648f86331498e7e898ca86a5d912 (patch) | |
| tree | a1adab43cd51d99be99b36702ba9e1848e836962 /js/src | |
| parent | 40525eaa4dd5bed19a0aab4c20602f613591c5fc (diff) | |
| parent | 19be5360835e13c3087c37f0862aa9872f661bd7 (diff) | |
| download | bootstrap-0e70c6a37f1a648f86331498e7e898ca86a5d912.tar.xz bootstrap-0e70c6a37f1a648f86331498e7e898ca86a5d912.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index f80378e01..b9186db00 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -249,7 +249,7 @@ const ScrollSpy = (($) => { $link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE) $link.addClass(ClassName.ACTIVE) } else { - // todo (fat) this is kinda sus… + // todo (fat) this is kinda sus... // recursively add actives to tested nav-links $link.parents(Selector.LI).find(Selector.NAV_LINKS).addClass(ClassName.ACTIVE) } |
