diff options
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 08f6c27f6..2ea49e37e 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1748,7 +1748,8 @@ var Dropdown = function ($$$1) { } return parent || element.parentNode; - }; + }; // eslint-disable-next-line complexity + Dropdown._dataApiKeydownHandler = function _dataApiKeydownHandler(event) { // If not input/textarea: |
