From a58febf71a5eac2161ce2db08c7d723755ed1163 Mon Sep 17 00:00:00 2001 From: fat Date: Tue, 12 May 2015 14:28:11 -0700 Subject: popover passing as well --- js/dist/scrollspy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/dist/scrollspy.js') diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js index 6bcfe883c..2c530b21b 100644 --- a/js/dist/scrollspy.js +++ b/js/dist/scrollspy.js @@ -57,7 +57,7 @@ var ScrollSpy = (function ($) { _classCallCheck(this, ScrollSpy); this._scrollElement = element.tagName === 'BODY' ? window : element; - this._config = $.extend({}, Defaults, config); + this._config = $.extend({}, Default, config); this._selector = '' + (this._config.target || '') + ' .nav li > a'; this._offsets = []; this._targets = []; -- cgit v1.2.3