diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-08-11 14:27:08 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-08-11 14:27:08 +0000 |
commit | 8e2a8e7d855b92072c9ebe83aad677e9da3f8d28 (patch) | |
tree | 4ca2ebf0303da1f9831ba20b2b34aa992b997f6e /ui/ui.dialog.js | |
parent | 957d65bc562ebede97040b61f60b920e706ff566 (diff) | |
download | jquery-ui-8e2a8e7d855b92072c9ebe83aad677e9da3f8d28.tar.gz jquery-ui-8e2a8e7d855b92072c9ebe83aad677e9da3f8d28.zip |
Dialog: Removed fakeEvent method (no longer needed with the trigger method).
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r-- | ui/ui.dialog.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index 54f65dd71..33db6ea1f 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -331,13 +331,6 @@ $.widget("ui.dialog", { .appendTo(uiDialogButtonPane); }); } - }, - - fakeEvent: function(type) { - return $.event.fix({ - type: type, - target: this.element[0] - }); } }); |