mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
sortable unit tests: fixed default value for tolerance: intersect
This commit is contained in:
@@ -18,7 +18,7 @@ var defaults = {
|
||||
scroll: true,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 20,
|
||||
tolerance: "default",
|
||||
tolerance: "intersect",
|
||||
zIndex: 1000
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user