diff options
| author | Jacob <[email protected]> | 2014-06-08 16:05:08 -0700 |
|---|---|---|
| committer | Jacob <[email protected]> | 2014-06-08 16:05:08 -0700 |
| commit | fe74a8bb3e903c88bd84a2fdfe535013c9effa25 (patch) | |
| tree | 9d089adaa854cfe23431cadb728b1a3d9ac4d6d8 /js/scrollspy.js | |
| parent | 5dbfdd47c57a10cc8e97e74635a4197d31c24f7c (diff) | |
| parent | 91103e6d1f750bc53dce7b4720cf78a50e1baa54 (diff) | |
| download | bootstrap-fe74a8bb3e903c88bd84a2fdfe535013c9effa25.tar.xz bootstrap-fe74a8bb3e903c88bd84a2fdfe535013c9effa25.zip | |
Merge pull request #13755 from twbs/fat-visual-test
Adds isolated visual tests for javascript plugins (decoupled from docs)....
Diffstat (limited to 'js/scrollspy.js')
| -rw-r--r-- | js/scrollspy.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/scrollspy.js b/js/scrollspy.js index 644c65f94..d527e9c2d 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -51,7 +51,6 @@ this.$body .find(this.selector) - .filter(':visible') .map(function () { var $el = $(this) var href = $el.data('target') || $el.attr('href') |
