Dialog: Removed fakeEvent method (no longer needed with the trigger method).

This commit is contained in:
Scott González 2008-08-11 14:27:08 +00:00
parent 957d65bc56
commit 8e2a8e7d85

View File

@ -331,13 +331,6 @@ $.widget("ui.dialog", {
.appendTo(uiDialogButtonPane);
});
}
},
fakeEvent: function(type) {
return $.event.fix({
type: type,
target: this.element[0]
});
}
});