mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Resizable: Fixed order of default values.
This commit is contained in:
parent
d659812cc0
commit
7596969687
@ -542,9 +542,9 @@ $.extend($.ui.resizable, {
|
||||
autoHide: false,
|
||||
cancel: ":input",
|
||||
containment: false,
|
||||
delay: 0,
|
||||
disableSelection: true,
|
||||
distance: 1,
|
||||
delay: 0,
|
||||
ghost: false,
|
||||
grid: false,
|
||||
knobHandles: false,
|
||||
|
Loading…
Reference in New Issue
Block a user