From: XhmikosR Date: Wed, 13 Feb 2019 19:37:56 +0000 (+0200) Subject: Remove unneeded ESLint suppression. X-Git-Tag: v5.0.0-alpha1~1270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b7c058a252b3f064d7508a70f4e783765921eea;p=thirdparty%2Fbootstrap.git Remove unneeded ESLint suppression. --- diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 8f3f8dd895..90006c66d3 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -448,7 +448,6 @@ class Dropdown { return parent || element.parentNode } - // eslint-disable-next-line complexity static _dataApiKeydownHandler(event) { // If not input/textarea: // - And not a key in REGEXP_KEYDOWN => not a dropdown command