aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,