diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-09-16 13:38:42 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-09-16 13:38:42 +0000 |
commit | 73d70bcb6719de8d12f41d51698417d7b33e400b (patch) | |
tree | 31f907091f28d95e213ba5a5f5a483d586fa520e | |
parent | dd8c1188e95094e10461626fc30f54299103536f (diff) | |
download | jquery-ui-73d70bcb6719de8d12f41d51698417d7b33e400b.tar.gz jquery-ui-73d70bcb6719de8d12f41d51698417d7b33e400b.zip |
sortable: default value for forcePlaceholderSize
-rw-r--r-- | ui/ui.sortable.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index d0f854e2b..cd4893d36 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -747,7 +747,8 @@ $.extend($.ui.sortable, { dropOnEmpty: true, appendTo: "parent", sortIndicator: $.ui.sortable.prototype._rearrange, - scope: "default" + scope: "default", + forcePlaceholderSize: false } }); |