mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog - Update resizable dialgos to use helper instead of proxy
This commit is contained in:
parent
1b8cc84978
commit
10747c3871
@ -121,7 +121,7 @@ $.widget("ui.dialog", {
|
|||||||
|
|
||||||
if ($.fn.resizable) {
|
if ($.fn.resizable) {
|
||||||
uiDialog.resizable({
|
uiDialog.resizable({
|
||||||
proxy: options.resizeHelper,
|
helper: options.resizeHelper,
|
||||||
maxWidth: options.maxWidth,
|
maxWidth: options.maxWidth,
|
||||||
maxHeight: options.maxHeight,
|
maxHeight: options.maxHeight,
|
||||||
minWidth: options.minWidth,
|
minWidth: options.minWidth,
|
||||||
|
Loading…
Reference in New Issue
Block a user