Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-13 22:37:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit4b7c058a252b3f064d7508a70f4e783765921eea (patch)
treeb8f45f26c3042cc04c841bbfec858b8915e27aad /js
parent08227506f23072c538b9af6db564c366681bf8a0 (diff)
Remove unneeded ESLint suppression.
Diffstat (limited to 'js')
-rw-r--r--js/src/dropdown.js1
1 files changed, 0 insertions, 1 deletions
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