Skip to content

Commit

Permalink
sortable: fixed missing connectWith default (fixes #3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bakaus committed Jan 20, 2009
1 parent 41ff7ea commit 22d67dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ui.sortable.js
Expand Up @@ -985,6 +985,7 @@ $.extend($.ui.sortable, {
accurateIntersection: true, accurateIntersection: true,
appendTo: "parent", appendTo: "parent",
cancel: ":input,option", cancel: ":input,option",
connectWith: false,
cssNamespace: 'ui', cssNamespace: 'ui',
delay: 0, delay: 0,
distance: 1, distance: 1,
Expand Down

0 comments on commit 22d67dd

Please sign in to comment.