mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
change self.open to this.open
This commit is contained in:
@@ -160,7 +160,7 @@ $.widget("ui.menubar", {
|
||||
this.active.menu("closeAll").hide().attr("aria-hidden", "true").attr("aria-expanded", "false");
|
||||
this.active.prev().removeClass("ui-state-active").removeAttr("tabIndex");
|
||||
this.active = null;
|
||||
self.open = false;
|
||||
this.open = false;
|
||||
},
|
||||
|
||||
_open: function(event, menu) {
|
||||
@@ -185,7 +185,7 @@ $.widget("ui.menubar", {
|
||||
.focus()
|
||||
.focusin()
|
||||
;
|
||||
self.open = true;
|
||||
this.open = true;
|
||||
},
|
||||
|
||||
_prev: function( event, button ) {
|
||||
|
||||
Reference in New Issue
Block a user