From ce98a1da5bd8f50153c9924c34fd465f87814117 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Jun 2017 10:13:43 -0700 Subject: build --- js/dist/scrollspy.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'js/dist/scrollspy.js') diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js index a332f96a19..e3a2c60e0e 100644 --- a/js/dist/scrollspy.js +++ b/js/dist/scrollspy.js @@ -64,14 +64,14 @@ var ScrollSpy = function ($) { var OffsetMethod = { OFFSET: 'offset', POSITION: 'position' - }; - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ + /** + * ------------------------------------------------------------------------ + * Class Definition + * ------------------------------------------------------------------------ + */ + }; var ScrollSpy = function () { function ScrollSpy(element, config) { var _this = this; @@ -236,10 +236,10 @@ var ScrollSpy = function ($) { $link.addClass(ClassName.ACTIVE); } else { // Set triggered link as active - $link.addClass(ClassName.ACTIVE); + $link.addClass(ClassName.ACTIVE // Set triggered links parents as active // With both