From 0f3d427bbdccec8597dff63494d390df6b441c24 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 4 Jun 2016 18:21:15 -0700 Subject: grunt [ci skip] --- js/dist/scrollspy.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/dist/scrollspy.js') 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) { -- cgit v1.2.3