0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +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:
Mark Otto 2016-11-26 01:04:02 -08:00
parent 19ab4873ff
commit b110070dcd

View File

@ -239,7 +239,7 @@ const Dropdown = (($) => {
return
}
let items = $(parent).find(Selector.VISIBLE_ITEMS).get()
const items = $(parent).find(Selector.VISIBLE_ITEMS).get()
if (!items.length) {
return