diff options
| author | XhmikosR <[email protected]> | 2014-04-09 10:07:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:07:35 +0300 |
| commit | ee2df11e93c88dff946560d81fd5e2d8fbdd61d4 (patch) | |
| tree | 003d888c65d75cc5bb5f2d103ae099980dbfd514 /js/scrollspy.js | |
| parent | de86b36b508096eea1f9326983ab4d50358f66a5 (diff) | |
| parent | 2f0f8ec6d13129cad43e710a3886e59214367c89 (diff) | |
| download | bootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.tar.xz bootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.zip | |
Merge pull request #13091 from twbs/unused-js
Remove unused javascript
Diffstat (limited to 'js/scrollspy.js')
| -rw-r--r-- | js/scrollspy.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/scrollspy.js b/js/scrollspy.js index 137bd373f..c77a9fbed 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -43,7 +43,8 @@ this.targets = $([]) var self = this - var $targets = this.$body + + this.$body .find(this.selector) .map(function () { var $el = $(this) |
