1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 09:41:11 +00:00

Remove unneeded ESLint suppression.

This commit is contained in:
XhmikosR 2019-02-13 21:37:56 +02:00
parent 08227506f2
commit 4b7c058a25

View File

@ -448,7 +448,6 @@ class Dropdown {
return parent || element.parentNode return parent || element.parentNode
} }
// eslint-disable-next-line complexity
static _dataApiKeydownHandler(event) { static _dataApiKeydownHandler(event) {
// If not input/textarea: // If not input/textarea:
// - And not a key in REGEXP_KEYDOWN => not a dropdown command // - And not a key in REGEXP_KEYDOWN => not a dropdown command