tests resizable: Updated defaults test

This commit is contained in:
Richard Worth 2008-11-01 10:20:38 +00:00
parent d5402ae402
commit 19c534188a

View File

@ -21,19 +21,31 @@ var drag = function(el, dx, dy, complete) {
};
var defaults = {
alsoResize: undefined,
animate: false,
animateDuration: 'slow',
animateEasing: 'swing',
alsoResize: false,
aspectRatio: false,
autoHide: false,
containment: undefined,
grid: undefined,
handles: 'e,s,se',
helper: null,
cancel: ':input',
containment: false,
delay: 0,
disabled: false,
maxHeight: undefined,
maxWidth: undefined,
disableSelection: true,
distance: 1,
ghost: false,
grid: false,
handles: '???',
helper: null,
knobHandles: false,
maxHeight: null,
maxWidth: null,
minHeight: 10,
minWidth: 10,
proportionallyResize: undefined
preserveCursor: true,
preventDefault: true,
proportionallyResize: false,
transparent: false
};
// Resizable Tests