mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Removed fakeEvent method (no longer needed with the trigger method).
This commit is contained in:
parent
957d65bc56
commit
8e2a8e7d85
@ -331,13 +331,6 @@ $.widget("ui.dialog", {
|
||||
.appendTo(uiDialogButtonPane);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
fakeEvent: function(type) {
|
||||
return $.event.fix({
|
||||
type: type,
|
||||
target: this.element[0]
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user