mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01: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:
parent
19ab4873ff
commit
b110070dcd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user