]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility
authorChris Rebert <code@chrisrebert.com>
Tue, 26 Jan 2016 19:57:43 +0000 (11:57 -0800)
committerChris Rebert <code@chrisrebert.com>
Tue, 26 Jan 2016 19:58:40 +0000 (11:58 -0800)
Fixes #19028

[skip sauce]
[skip validator]

js/src/scrollspy.js

index f80378e01c00e7f2dc385cb8acc38e59a3e9f20f..b9186db00d90721b5326f1bb58c772979de103d3 100644 (file)
@@ -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)
       }