diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:23:07 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:23:07 +0000 |
commit | 4b3b9d8fb0d60c32072ef7122a71ba1bd7d6d15c (patch) | |
tree | f605f0d62abadd6ff3668522645ee76b5e31e639 /ui/ui.sortable.js | |
parent | 87796aff53dbcc659239b1b8c2e7828f7d8bb837 (diff) | |
download | jquery-ui-4b3b9d8fb0d60c32072ef7122a71ba1bd7d6d15c.tar.gz jquery-ui-4b3b9d8fb0d60c32072ef7122a71ba1bd7d6d15c.zip |
sortable defaults
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 47d5dbea2..56c613d04 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -1013,10 +1013,10 @@ $.extend($.ui.sortable, { opacity: false, placeholder: false, revert: false, - scope: "default", scroll: true, scrollSensitivity: 20, scrollSpeed: 20, + scope: "default", sortIndicator: $.ui.sortable.prototype._rearrange, tolerance: "intersect", zIndex: 1000 |