mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed.
This commit is contained in:
parent
a02ac5f372
commit
676ea7f248
@ -298,7 +298,6 @@ $.widget("ui.dialog", {
|
|||||||
|
|
||||||
this.uiDialog.draggable({
|
this.uiDialog.draggable({
|
||||||
cancel: '.ui-dialog-content',
|
cancel: '.ui-dialog-content',
|
||||||
helper: options.dragHelper,
|
|
||||||
handle: '.ui-dialog-titlebar',
|
handle: '.ui-dialog-titlebar',
|
||||||
containment: 'document',
|
containment: 'document',
|
||||||
start: function() {
|
start: function() {
|
||||||
@ -328,7 +327,6 @@ $.widget("ui.dialog", {
|
|||||||
this.uiDialog.resizable({
|
this.uiDialog.resizable({
|
||||||
cancel: '.ui-dialog-content',
|
cancel: '.ui-dialog-content',
|
||||||
alsoResize: this.element,
|
alsoResize: this.element,
|
||||||
helper: options.resizeHelper,
|
|
||||||
maxWidth: options.maxWidth,
|
maxWidth: options.maxWidth,
|
||||||
maxHeight: options.maxHeight,
|
maxHeight: options.maxHeight,
|
||||||
minWidth: options.minWidth,
|
minWidth: options.minWidth,
|
||||||
|
Loading…
Reference in New Issue
Block a user