r2155 - trunk/ui
r2155 - trunk/ui
Author: scott.gonzalez
Date: Sat Feb 28 16:52:03 2009
New Revision: 2155
Modified:
trunk/ui/ui.dialog.js
Log:
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252
- undocumented dragHelper and resizeHelper options should be removed.
Modified: trunk/ui/ui.dialog.js
==============================================================================
--- trunk/ui/ui.dialog.js (original)
+++ trunk/ui/ui.dialog.js Sat Feb 28 16:52:03 2009
@@ -298,7 +298,6 @@
this.uiDialog.draggable({
cancel: '.ui-dialog-content',
- helper: options.dragHelper,
handle: '.ui-dialog-titlebar',
containment: 'document',
start: function() {
@@ -328,7 +327,6 @@
this.uiDialog.resizable({
cancel: '.ui-dialog-content',
alsoResize: this.element,
- helper: options.resizeHelper,
maxWidth: options.maxWidth,
maxHeight: options.maxHeight,
minWidth: options.minWidth,