]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Removed fakeEvent method (no longer needed with the trigger method).
authorScott González <scott.gonzalez@gmail.com>
Mon, 11 Aug 2008 14:27:08 +0000 (14:27 +0000)
committerScott González <scott.gonzalez@gmail.com>
Mon, 11 Aug 2008 14:27:08 +0000 (14:27 +0000)
ui/ui.dialog.js

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