aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-06-17 19:52:42 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-06-17 19:52:42 +0000
commit14b93ff7a8d6725aca6a555000bc09a6d14fed12 (patch)
tree8f3587d8f4c1e68892e61309b6de11b19592177e /ui/ui.dialog.js
parent31520caf04d017c77c3511da2f255ae9272521f1 (diff)
downloadjquery-ui-14b93ff7a8d6725aca6a555000bc09a6d14fed12.tar.gz
jquery-ui-14b93ff7a8d6725aca6a555000bc09a6d14fed12.zip
dialog - added resizeHelper
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r--ui/ui.dialog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js
index fb22d9ce7..c2852885f 100644
--- a/ui/ui.dialog.js
+++ b/ui/ui.dialog.js
@@ -127,6 +127,7 @@ $.widget("ui.dialog", {
if ($.fn.resizable) {
uiDialog.resizable({
+ proxy: options.resizeHelper,
maxWidth: options.maxWidth,
maxHeight: options.maxHeight,
minWidth: options.minWidth,