0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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] })

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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] })

File diff suppressed because one or more lines are too long