]> source.dussan.org Git - jquery-ui.git/commitdiff
dialog - added resizeHelper
authorEduardo Lundgren <eduardolundgren@gmail.com>
Tue, 17 Jun 2008 19:52:42 +0000 (19:52 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Tue, 17 Jun 2008 19:52:42 +0000 (19:52 +0000)
ui/ui.dialog.js

index fb22d9ce75dc0366a3cf3fc4701f4915a60f0377..c2852885f8d84d85733ad7261dc9affd92a764c7 100644 (file)
@@ -127,6 +127,7 @@ $.widget("ui.dialog", {
                
                if ($.fn.resizable) {
                        uiDialog.resizable({
+                               proxy: options.resizeHelper,
                                maxWidth: options.maxWidth,
                                maxHeight: options.maxHeight,
                                minWidth: options.minWidth,