Sortable test unit: change tolerance to default

This commit is contained in:
Eduardo Lundgren
2009-01-15 22:08:39 +00:00
parent c1447173c6
commit c1b698bb55

View File

@@ -18,7 +18,7 @@ var defaults = {
scroll: true,
scrollSensitivity: 20,
scrollSpeed: 20,
tolerance: "guess",
tolerance: "default",
zIndex: 1000
};