diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-20 15:39:55 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-20 15:39:55 +0000 |
commit | 41ff7ea35ea2604d6effab071b9ebac521fc148c (patch) | |
tree | 8045b5cf33e98154971661614c5eaac98ed2c5aa /ui/ui.sortable.js | |
parent | 813372a7fbef2685197b612e18317e7a33c19ffe (diff) | |
download | jquery-ui-41ff7ea35ea2604d6effab071b9ebac521fc148c.tar.gz jquery-ui-41ff7ea35ea2604d6effab071b9ebac521fc148c.zip |
sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index e99334f80..e3c5307fd 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -998,7 +998,7 @@ $.extend($.ui.sortable, { scrollSensitivity: 20, scrollSpeed: 20, sortIndicator: $.ui.sortable.prototype._rearrange, - tolerance: "default", + tolerance: "intersect", zIndex: 1000 } }); |