Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed.

This commit is contained in:
Scott González 2009-03-01 00:52:03 +00:00
parent a02ac5f372
commit 676ea7f248

View 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,