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,
|
autoHide: false,
|
||||||
cancel: ":input",
|
cancel: ":input",
|
||||||
containment: false,
|
containment: false,
|
||||||
|
delay: 0,
|
||||||
disableSelection: true,
|
disableSelection: true,
|
||||||
distance: 1,
|
distance: 1,
|
||||||
delay: 0,
|
|
||||||
ghost: false,
|
ghost: false,
|
||||||
grid: false,
|
grid: false,
|
||||||
knobHandles: false,
|
knobHandles: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user