Dialog: Setting the correct element for alsoResize.

This commit is contained in:
Scott González 2008-12-23 04:23:19 +00:00
parent 9924fb33c7
commit 62bf1dd3bd

View File

@ -312,7 +312,7 @@ $.widget("ui.dialog", {
this.uiDialog.resizable({ this.uiDialog.resizable({
cancel: '.ui-dialog-content', cancel: '.ui-dialog-content',
alsoResize: '.ui-dialog-content', alsoResize: this.element,
helper: options.resizeHelper, helper: options.resizeHelper,
maxWidth: options.maxWidth, maxWidth: options.maxWidth,
maxHeight: options.maxHeight, maxHeight: options.maxHeight,