1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02: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.

View File

@@ -102,7 +102,7 @@
.parent('li') .parent('li')
.addClass('active') .addClass('active')
if ( active.parent('.dropdown-menu') ) { if (active.parent('.dropdown-menu')) {
active = active.closest('li.dropdown').addClass('active') active = active.closest('li.dropdown').addClass('active')
} }

View File

@@ -102,7 +102,7 @@
.parent('li') .parent('li')
.addClass('active') .addClass('active')
if ( active.parent('.dropdown-menu') ) { if (active.parent('.dropdown-menu')) {
active = active.closest('li.dropdown').addClass('active') active = active.closest('li.dropdown').addClass('active')
} }