Skip to content

Commit

Permalink
sortable defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Feb 3, 2009
1 parent 87796af commit 4b3b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.sortable.js
Expand Up @@ -1013,10 +1013,10 @@ $.extend($.ui.sortable, {
opacity: false, opacity: false,
placeholder: false, placeholder: false,
revert: false, revert: false,
scope: "default",
scroll: true, scroll: true,
scrollSensitivity: 20, scrollSensitivity: 20,
scrollSpeed: 20, scrollSpeed: 20,
scope: "default",
sortIndicator: $.ui.sortable.prototype._rearrange, sortIndicator: $.ui.sortable.prototype._rearrange,
tolerance: "intersect", tolerance: "intersect",
zIndex: 1000 zIndex: 1000
Expand Down

0 comments on commit 4b3b9d8

Please sign in to comment.