mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
grunt
[ci skip]
This commit is contained in:
1
js/dist/scrollspy.js
vendored
1
js/dist/scrollspy.js
vendored
@@ -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) {
|
||||
|
Reference in New Issue
Block a user