aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-30 18:11:10 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-30 18:11:10 +0000
commit10747c3871bb191b825458fd00a6959c87635bb0 (patch)
tree3e864df03019890b7efb646ce4432647599ad4f6
parent1b8cc8497846f942866401f0411fabd63761ac98 (diff)
downloadjquery-ui-10747c3871bb191b825458fd00a6959c87635bb0.tar.gz
jquery-ui-10747c3871bb191b825458fd00a6959c87635bb0.zip
Dialog - Update resizable dialgos to use helper instead of proxy
-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 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,