aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-03-19 15:19:01 -0700
committerJacob Thornton <[email protected]>2012-03-19 15:19:01 -0700
commitbf59220b87a3b5960381f500dbc6a310a8aef60b (patch)
tree2695f767225614047a04a2098c89e8a9d052d100 /js
parent5a2c7eb50abae8d07cebb6b0e984f7e63843cf75 (diff)
downloadbootstrap-bf59220b87a3b5960381f500dbc6a310a8aef60b.tar.xz
bootstrap-bf59220b87a3b5960381f500dbc6a310a8aef60b.zip
;)
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js
index 47b485785..b7ff907f7 100644
--- a/js/bootstrap-scrollspy.js
+++ b/js/bootstrap-scrollspy.js
@@ -66,7 +66,7 @@
if (scrollTop >= maxScroll) {
return activeTarget != (i = targets.last()[0])
- && this.activate ( i );
+ && this.activate ( i )
}
for (i = offsets.length; i--;) {