]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog - Update resizable dialgos to use helper instead of proxy
authorEduardo Lundgren <eduardolundgren@gmail.com>
Mon, 30 Jun 2008 18:11:10 +0000 (18:11 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Mon, 30 Jun 2008 18:11:10 +0000 (18:11 +0000)
ui/ui.dialog.js

index a7970126f0a7fb9a3f85ce18066c0c425338a07e..d6ebbacb11e1d1a24afb08ca3ed2e935da9b248d 100644 (file)
@@ -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,