diff options
-rw-r--r-- | ui/ui.dialog.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index 10dc53f24..380a19466 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -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, |