aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/sortable/sortable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable.js b/tests/unit/sortable/sortable.js
index 5757fe9c8..57b824073 100644
--- a/tests/unit/sortable/sortable.js
+++ b/tests/unit/sortable/sortable.js
@@ -18,7 +18,7 @@ var defaults = {
scroll: true,
scrollSensitivity: 20,
scrollSpeed: 20,
- tolerance: "default",
+ tolerance: "intersect",
zIndex: 1000
};