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
diff options
context:
space:
mode:
Diffstat (limited to 'js/dist/dropdown.js')
-rw-r--r--js/dist/dropdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js
index ad823f7c7e..4e087070cb 100644
--- a/js/dist/dropdown.js
+++ b/js/dist/dropdown.js
@@ -571,7 +571,7 @@
if (!isActive || isActive && (event.which === ESCAPE_KEYCODE || event.which === SPACE_KEYCODE)) {
if (event.which === ESCAPE_KEYCODE) {
- EventHandler.trigger(SelectorEngine.findOne(Selector.DATA_TOGGLE, parent), 'focus');
+ SelectorEngine.findOne(Selector.DATA_TOGGLE, parent).focus();
}
Dropdown._clearMenus();