diff options
| author | XhmikosR <[email protected]> | 2019-02-13 21:37:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 4b7c058a252b3f064d7508a70f4e783765921eea (patch) | |
| tree | b8f45f26c3042cc04c841bbfec858b8915e27aad /js/src | |
| parent | 08227506f23072c538b9af6db564c366681bf8a0 (diff) | |
| download | bootstrap-4b7c058a252b3f064d7508a70f4e783765921eea.tar.xz bootstrap-4b7c058a252b3f064d7508a70f4e783765921eea.zip | |
Remove unneeded ESLint suppression.
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/dropdown.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 8f3f8dd89..90006c66d 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 |
