aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-12-23 14:55:41 +0000
committerScott González <scott.gonzalez@gmail.com>2008-12-23 14:55:41 +0000
commit22ca3849f7d2dde79c7eacdf7204438cfa075549 (patch)
treefa7e47c210eccc9bb6459d851273ab34f0f409d1 /ui/ui.dialog.js
parent8a01ecf52fbcd5271e3dd2b0cf32092b30aae1f8 (diff)
downloadjquery-ui-22ca3849f7d2dde79c7eacdf7204438cfa075549.tar.gz
jquery-ui-22ca3849f7d2dde79c7eacdf7204438cfa075549.zip
Resizable: Partial fix for supporting jQuery objects in alsoResize.
Dialog: Fixed bug with content resizing.
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r--ui/ui.dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js
index 5b2ce119c..2cb4d4447 100644
--- a/ui/ui.dialog.js
+++ b/ui/ui.dialog.js
@@ -308,7 +308,7 @@ $.widget("ui.dialog", {
this.uiDialog.resizable({
cancel: '.ui-dialog-content',
- alsoResize: this.element[0],
+ alsoResize: this.element,
helper: options.resizeHelper,
maxWidth: options.maxWidth,
maxHeight: options.maxHeight,