Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-06-05 04:21:15 +0300
committerChris Rebert <code@chrisrebert.com>2016-06-05 04:21:15 +0300
commit0f3d427bbdccec8597dff63494d390df6b441c24 (patch)
treef6d0ef48442bd0067210188031bd091aab8fdf16 /js/dist/scrollspy.js
parenteb350d1a7c91a42b4d943b13edf9304309920cb7 (diff)
grunt
[ci skip]
Diffstat (limited to 'js/dist/scrollspy.js')
-rw-r--r--js/dist/scrollspy.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js
index 529d9d56a7..5494800765 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) {