mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
removed unbind for focusin and focusout
This commit is contained in:
parent
54795b5650
commit
f7d2fdbab8
@ -150,7 +150,7 @@ $.widget("ui.menubar", {
|
||||
.removeAttr("aria-hidden", "true")
|
||||
.removeAttr("aria-expanded", "false")
|
||||
.removeAttr("tabindex")
|
||||
.unbind("keydown", "blur", "focusin", "focusout")
|
||||
.unbind("keydown", "blur")
|
||||
;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user