]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocume...
authorScott González <scott.gonzalez@gmail.com>
Sun, 1 Mar 2009 00:52:03 +0000 (00:52 +0000)
committerScott González <scott.gonzalez@gmail.com>
Sun, 1 Mar 2009 00:52:03 +0000 (00:52 +0000)
ui/ui.dialog.js

index 10dc53f2451ae257d55a88d32a1dff6fad79067f..380a19466deb9894c8218dab9473a73f8209317f 100644 (file)
@@ -298,7 +298,6 @@ $.widget("ui.dialog", {
 
                this.uiDialog.draggable({
                        cancel: '.ui-dialog-content',
-                       helper: options.dragHelper,
                        handle: '.ui-dialog-titlebar',
                        containment: 'document',
                        start: function() {
@@ -328,7 +327,6 @@ $.widget("ui.dialog", {
                this.uiDialog.resizable({
                        cancel: '.ui-dialog-content',
                        alsoResize: this.element,
-                       helper: options.resizeHelper,
                        maxWidth: options.maxWidth,
                        maxHeight: options.maxHeight,
                        minWidth: options.minWidth,