diff options
| author | fat <[email protected]> | 2015-05-12 14:28:11 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-12 14:35:00 -0700 |
| commit | a58febf71a5eac2161ce2db08c7d723755ed1163 (patch) | |
| tree | 6c7356af40f579034ef6cc85976922a3de6ea457 /js/dist/scrollspy.js | |
| parent | 3452e8dc8336c7a4151bcccdb9d3d4202f06f294 (diff) | |
| download | bootstrap-a58febf71a5eac2161ce2db08c7d723755ed1163.tar.xz bootstrap-a58febf71a5eac2161ce2db08c7d723755ed1163.zip | |
popover passing as well
Diffstat (limited to 'js/dist/scrollspy.js')
| -rw-r--r-- | js/dist/scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = []; |
