mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 22:47:55 -05:00
Dialog - Update resizable dialgos to use helper instead of proxy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user