diff options
| author | fat <[email protected]> | 2015-05-11 23:32:37 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-11 23:32:37 -0700 |
| commit | 3452e8dc8336c7a4151bcccdb9d3d4202f06f294 (patch) | |
| tree | 7314ef1451ba4e373471ac493e6903365f489d1a /js/src/scrollspy.js | |
| parent | 8eee78ca15f51dc7e7d514497078bfd7c012ac21 (diff) | |
| download | bootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.tar.xz bootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.zip | |
rewritten tooltip + tether integration and death to our positioner jank
Diffstat (limited to 'js/src/scrollspy.js')
| -rw-r--r-- | js/src/scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index b66f7bb88..0ab8804c6 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -22,7 +22,7 @@ const ScrollSpy = (($) => { const DATA_KEY = 'bs.scrollspy' const JQUERY_NO_CONFLICT = $.fn[NAME] - const Defaults = { + const Default = { offset : 10 } |
