Menu: Whitespace

This commit is contained in:
kborchers 2012-05-08 23:57:56 -05:00
parent 97cb7decee
commit 4e28500391

View File

@ -331,12 +331,12 @@ $.widget( "ui.menu", {
this.active.parent().closest( ".ui-menu-item" ).children( "a:first" ).addClass( "ui-state-active" );
if ( event.type === "keydown" ) {
this._close();
} else {
this.timer = this._delay(function() {
this._close();
} else {
this.timer = this._delay(function() {
this._close();
}, this.delay );
}
}
nested = $( "> .ui-menu", item );
if ( nested.length && ( /^mouse/.test( event.type ) ) ) {