diff options
| author | Mark Otto <[email protected]> | 2014-05-12 19:48:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-12 19:48:04 -0700 |
| commit | 81a1825d6e7194926ec74114e388dbdac9dfd9dd (patch) | |
| tree | e0513f1c2eaa94a33c93f94b73749942ee6044dd /js | |
| parent | f5513fd30ef16228869b1ec3473217dab63f2c29 (diff) | |
| parent | fd0f563d8a820e8db714e066c121dcc0d9cd6535 (diff) | |
| download | bootstrap-81a1825d6e7194926ec74114e388dbdac9dfd9dd.tar.xz bootstrap-81a1825d6e7194926ec74114e388dbdac9dfd9dd.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'js')
| -rw-r--r-- | js/scrollspy.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/scrollspy.js b/js/scrollspy.js index 1f9153552..4ba733e78 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -46,6 +46,7 @@ this.$body .find(this.selector) + .filter(':visible') .map(function () { var $el = $(this) var href = $el.data('target') || $el.attr('href') |
