From: Eduardo Lundgren Date: Mon, 30 Jun 2008 18:11:10 +0000 (+0000) Subject: Dialog - Update resizable dialgos to use helper instead of proxy X-Git-Tag: 1.5.2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10747c3871bb191b825458fd00a6959c87635bb0;p=jquery-ui.git Dialog - Update resizable dialgos to use helper instead of proxy --- diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index a7970126f..d6ebbacb1 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -121,7 +121,7 @@ $.widget("ui.dialog", { if ($.fn.resizable) { uiDialog.resizable({ - proxy: options.resizeHelper, + helper: options.resizeHelper, maxWidth: options.maxWidth, maxHeight: options.maxHeight, minWidth: options.minWidth,