mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 15:17:59 -05:00
Resizable: Fixed order of default values.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user