1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00
This commit is contained in:
Heinrich Fenkart
2014-10-26 01:59:25 +02:00
parent 1403748907
commit e9d6f256c2
5 changed files with 3 additions and 5 deletions

View File

@@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') {
return ($href
&& $href.length
&& $href.is(':visible')
&& $el.is(':visible')
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null
})
.sort(function (a, b) { return a[0] - b[0] })