Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-03-20 02:19:01 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-20 02:19:01 +0400
commitbf59220b87a3b5960381f500dbc6a310a8aef60b (patch)
tree2695f767225614047a04a2098c89e8a9d052d100 /js/bootstrap-scrollspy.js
parent5a2c7eb50abae8d07cebb6b0e984f7e63843cf75 (diff)
;)
Diffstat (limited to 'js/bootstrap-scrollspy.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 47b4857853..b7ff907f71 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--;) {