Skip to content

Commit

Permalink
Dialog - Update resizable dialgos to use helper instead of proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jun 30, 2008
1 parent 1b8cc84 commit 10747c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.dialog.js
Expand Up @@ -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,
Expand Down

0 comments on commit 10747c3

Please sign in to comment.