mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Resizable: Fixed defaults in tests.
This commit is contained in:
parent
3ad604216e
commit
256ea0670a
@ -21,9 +21,8 @@ var defaults = {
|
||||
distance: 1,
|
||||
ghost: false,
|
||||
grid: false,
|
||||
handles: '???',
|
||||
helper: null,
|
||||
knobHandles: false,
|
||||
handles: 'e,s,se',
|
||||
helper: false,
|
||||
maxHeight: null,
|
||||
maxWidth: null,
|
||||
minHeight: 10,
|
||||
|
@ -516,6 +516,7 @@ $.extend($.ui.resizable, {
|
||||
distance: 1,
|
||||
ghost: false,
|
||||
grid: false,
|
||||
handles: "e,s,se",
|
||||
helper: false,
|
||||
maxHeight: null,
|
||||
maxWidth: null,
|
||||
|
Loading…
Reference in New Issue
Block a user