From 10747c3871bb191b825458fd00a6959c87635bb0 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Mon, 30 Jun 2008 18:11:10 +0000 Subject: [PATCH] Dialog - Update resizable dialgos to use helper instead of proxy --- ui/ui.dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index a7970126f0a..d6ebbacb11e 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,