diff options
Diffstat (limited to 'js/dist/scrollspy.js')
| -rw-r--r-- | js/dist/scrollspy.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js index 529d9d56a..549480076 100644 --- a/js/dist/scrollspy.js +++ b/js/dist/scrollspy.js @@ -135,6 +135,7 @@ var ScrollSpy = (function ($) { // todo (fat): remove sketch reliance on jQuery position/offset return [$(target)[offsetMethod]().top + offsetBase, targetSelector]; } + return null; }).filter(function (item) { return item; }).sort(function (a, b) { |
