r852 - trunk/tests

r852 - trunk/tests


Author: rdworth
Date: Sat Nov 1 03:20:38 2008
New Revision: 852
Modified:
trunk/tests/resizable.js
Log:
tests resizable: Updated defaults test
Modified: trunk/tests/resizable.js
==============================================================================
--- trunk/tests/resizable.js    (original)
+++ trunk/tests/resizable.js    Sat Nov 1 03:20:38 2008
@@ -21,19 +21,31 @@
};
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