aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-03-01 00:52:03 +0000
committerScott González <scott.gonzalez@gmail.com>2009-03-01 00:52:03 +0000
commit676ea7f248c94d351325e8aeafed12b35630c76c (patch)
tree41270ae9dab9599f037bd9bbd94df92b55e21600 /ui
parenta02ac5f3721c14b2a20c29cdc7ddefc460a9f308 (diff)
downloadjquery-ui-676ea7f248c94d351325e8aeafed12b35630c76c.tar.gz
jquery-ui-676ea7f248c94d351325e8aeafed12b35630c76c.zip
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed.
Diffstat (limited to 'ui')
-rw-r--r--ui/ui.dialog.js2
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,