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
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-15 10:38:11 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-15 10:38:11 +0400
commitbe0efcfcfca603bc65484464e0aeaf7b2fc145c2 (patch)
tree86092b615c9c427b9f6580fcb287e5a5bcb9dcb8 /js
parent1ca1ef94ee80b8c5fa5f2a1e908a8d00fdfdf268 (diff)
whitespace
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 f0400813f2..c67f1c8aa8 100644
--- a/js/bootstrap-scrollspy.js
+++ b/js/bootstrap-scrollspy.js
@@ -102,7 +102,7 @@
.parent('li')
.addClass('active')
- if ( active.parent('.dropdown-menu') ) {
+ if (active.parent('.dropdown-menu')) {
active = active.closest('li.dropdown').addClass('active')
}