676ea7f
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed.
@@ -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({
alsoResize: this.element,
- helper: options.resizeHelper,
maxWidth: options.maxWidth,
maxHeight: options.maxHeight,
minWidth: options.minWidth,
676ea7f