automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-01-28 19:02:08 +00:00
parent af8fa54fcd
commit 4ebfbad9c7
2 changed files with 2 additions and 2 deletions

View File

@ -2078,7 +2078,7 @@ if (typeof jQuery === 'undefined') {
element.removeClass('fade')
}
if (element.parent('.dropdown-menu')) {
if (element.parent('.dropdown-menu').length) {
element
.closest('li.dropdown')
.addClass('active')

File diff suppressed because one or more lines are too long