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,
|
distance: 1,
|
||||||
ghost: false,
|
ghost: false,
|
||||||
grid: false,
|
grid: false,
|
||||||
handles: '???',
|
handles: 'e,s,se',
|
||||||
helper: null,
|
helper: false,
|
||||||
knobHandles: false,
|
|
||||||
maxHeight: null,
|
maxHeight: null,
|
||||||
maxWidth: null,
|
maxWidth: null,
|
||||||
minHeight: 10,
|
minHeight: 10,
|
||||||
|
@ -516,6 +516,7 @@ $.extend($.ui.resizable, {
|
|||||||
distance: 1,
|
distance: 1,
|
||||||
ghost: false,
|
ghost: false,
|
||||||
grid: false,
|
grid: false,
|
||||||
|
handles: "e,s,se",
|
||||||
helper: false,
|
helper: false,
|
||||||
maxHeight: null,
|
maxHeight: null,
|
||||||
maxWidth: null,
|
maxWidth: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user