2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

whitespace

This commit is contained in:
Jacob Thornton
2012-04-14 23:38:11 -07:00
parent 1ca1ef94ee
commit be0efcfcfc
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -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')
}
+1 -1
View File
@@ -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')
}