sortable unit tests: fixed default value for tolerance: intersect

This commit is contained in:
Richard Worth 2009-01-30 03:17:26 +00:00
parent 18b42f45d5
commit 1b7948cd93

View File

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