mirror of https://github.com/twbs/bootstrap.git
This commit is contained in:
parent
5a2c7eb50a
commit
bf59220b87
Binary file not shown.
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
if (scrollTop >= maxScroll) {
|
if (scrollTop >= maxScroll) {
|
||||||
return activeTarget != (i = targets.last()[0])
|
return activeTarget != (i = targets.last()[0])
|
||||||
&& this.activate ( i );
|
&& this.activate ( i )
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = offsets.length; i--;) {
|
for (i = offsets.length; i--;) {
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
if (scrollTop >= maxScroll) {
|
if (scrollTop >= maxScroll) {
|
||||||
return activeTarget != (i = targets.last()[0])
|
return activeTarget != (i = targets.last()[0])
|
||||||
&& this.activate ( i );
|
&& this.activate ( i )
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = offsets.length; i--;) {
|
for (i = offsets.length; i--;) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue