Dialog - Update resizable dialgos to use helper instead of proxy

This commit is contained in:
Eduardo Lundgren 2008-06-30 18:11:10 +00:00
parent 1b8cc84978
commit 10747c3871

View File

@ -121,7 +121,7 @@ $.widget("ui.dialog", {
if ($.fn.resizable) { if ($.fn.resizable) {
uiDialog.resizable({ uiDialog.resizable({
proxy: options.resizeHelper, helper: options.resizeHelper,
maxWidth: options.maxWidth, maxWidth: options.maxWidth,
maxHeight: options.maxHeight, maxHeight: options.maxHeight,
minWidth: options.minWidth, minWidth: options.minWidth,