diff options
| author | Mark Otto <[email protected]> | 2017-06-18 18:32:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 18:32:16 -0700 |
| commit | 16d77b4cb07f575d45ae486125ea9df06bd45d3f (patch) | |
| tree | 604dfa1acc7c6cbc11776d8a2f363e131cbe8507 /js/dist/scrollspy.js | |
| parent | eed427690b8b2abfab6998be942c9ecbff08ff06 (diff) | |
| download | bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.tar.xz bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.zip | |
build
Diffstat (limited to 'js/dist/scrollspy.js')
| -rw-r--r-- | js/dist/scrollspy.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js index e3a2c60e0..a332f96a1 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 <ul> and <nav> markup a parent is the previous sibling of any nav ancestor - );$link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE); + $link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE); } $(this._scrollElement).trigger(Event.ACTIVATE, { @@ -300,7 +300,7 @@ var ScrollSpy = function ($) { var $spy = $(scrollSpys[i]); ScrollSpy._jQueryInterface.call($spy, $spy.data()); } - } + }); /** * ------------------------------------------------------------------------ @@ -308,7 +308,7 @@ var ScrollSpy = function ($) { * ------------------------------------------------------------------------ */ - );$.fn[NAME] = ScrollSpy._jQueryInterface; + $.fn[NAME] = ScrollSpy._jQueryInterface; $.fn[NAME].Constructor = ScrollSpy; $.fn[NAME].noConflict = function () { $.fn[NAME] = JQUERY_NO_CONFLICT; |
