aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/bootstrap.zipbin55705 -> 55701 bytes
-rw-r--r--docs/assets/js/bootstrap-scrollspy.js2
-rw-r--r--js/bootstrap-scrollspy.js2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 62bfbb267..ff029ffdd 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/js/bootstrap-scrollspy.js b/docs/assets/js/bootstrap-scrollspy.js
index 47b485785..b7ff907f7 100644
--- a/docs/assets/js/bootstrap-scrollspy.js
+++ b/docs/assets/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--;) {
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--;) {