mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-16 09:15:04 -05:00
Resizable: Fixed defaults in tests.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user