sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887

This commit is contained in:
Paul Bakaus 2009-01-20 15:39:55 +00:00
parent 813372a7fb
commit 41ff7ea35e

View File

@ -998,7 +998,7 @@ $.extend($.ui.sortable, {
scrollSensitivity: 20,
scrollSpeed: 20,
sortIndicator: $.ui.sortable.prototype._rearrange,
tolerance: "default",
tolerance: "intersect",
zIndex: 1000
}
});