diff options
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) |
