Skip to content

Commit f7d2fdb

Browse files
committed
removed unbind for focusin and focusout
1 parent 54795b5 commit f7d2fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/menu/menubar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $.widget("ui.menubar", {
150150
.removeAttr("aria-hidden", "true")
151151
.removeAttr("aria-expanded", "false")
152152
.removeAttr("tabindex")
153-
.unbind("keydown", "blur", "focusin", "focusout")
153+
.unbind("keydown", "blur")
154154
;
155155
},
156156

0 commit comments

Comments
 (0)