r1883 - trunk/tests/unit/sortable

r1883 - trunk/tests/unit/sortable


Author: rdworth
Date: Thu Jan 29 19:17:26 2009
New Revision: 1883
Modified:
trunk/tests/unit/sortable/sortable.js
Log:
sortable unit tests: fixed default value for tolerance: intersect
Modified: trunk/tests/unit/sortable/sortable.js
==============================================================================
--- trunk/tests/unit/sortable/sortable.js    (original)
+++ trunk/tests/unit/sortable/sortable.js    Thu Jan 29 19:17:26 2009
@@ -18,7 +18,7 @@
    scroll: true,
    scrollSensitivity: 20,
    scrollSpeed: 20,
-    tolerance: "default",
+    tolerance: "intersect",
    zIndex: 1000
};