mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
sortable unit tests: fixed default value for tolerance: intersect
This commit is contained in:
parent
18b42f45d5
commit
1b7948cd93
@ -18,7 +18,7 @@ var defaults = {
|
|||||||
scroll: true,
|
scroll: true,
|
||||||
scrollSensitivity: 20,
|
scrollSensitivity: 20,
|
||||||
scrollSpeed: 20,
|
scrollSpeed: 20,
|
||||||
tolerance: "default",
|
tolerance: "intersect",
|
||||||
zIndex: 1000
|
zIndex: 1000
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user