Skip to content

Commit 03adce3

Browse files
committed
Menu: Don't pass empty values to ._trigger().
1 parent d2272f8 commit 03adce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ $.widget("ui.menu", {
384384
this.active.children("a")
385385
.removeClass("ui-state-hover")
386386
.removeAttr("id");
387-
this._trigger("blur", null, {});
387+
this._trigger("blur");
388388
this.active = null;
389389
},
390390

0 commit comments

Comments
 (0)