mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
removed unbind for focusin and focusout
This commit is contained in:
@@ -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")
|
||||
;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user