mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
Follow up fix to #19953 for linting error in builds
See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure
This commit is contained in:
@@ -239,7 +239,7 @@ const Dropdown = (($) => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let items = $(parent).find(Selector.VISIBLE_ITEMS).get()
|
const items = $(parent).find(Selector.VISIBLE_ITEMS).get()
|
||||||
|
|
||||||
if (!items.length) {
|
if (!items.length) {
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user