mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 11:08:07 -05:00
Dialog: Removed fakeEvent method (no longer needed with the trigger method).
This commit is contained in:
@@ -331,13 +331,6 @@ $.widget("ui.dialog", {
|
||||
.appendTo(uiDialogButtonPane);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
fakeEvent: function(type) {
|
||||
return $.event.fix({
|
||||
type: type,
|
||||
target: this.element[0]
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user