r1222 - trunk/ui

r1222 - trunk/ui


Author: scott.gonzalez
Date: Mon Dec 22 20:23:19 2008
New Revision: 1222
Modified:
trunk/ui/ui.dialog.js
Log:
Dialog: Setting the correct element for alsoResize.
Modified: trunk/ui/ui.dialog.js
==============================================================================
--- trunk/ui/ui.dialog.js    (original)
+++ trunk/ui/ui.dialog.js    Mon Dec 22 20:23:19 2008
@@ -312,7 +312,7 @@
        this.uiDialog.resizable({
            cancel: '.ui-dialog-content',
-            alsoResize: '.ui-dialog-content',
+            alsoResize: this.element,
            helper: options.resizeHelper,
            maxWidth: options.maxWidth,
            maxHeight: options.maxHeight,