diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-20 16:20:44 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-20 16:20:44 +0000 |
commit | 19aef25f7960c5cfc71e9e2c3cae78f2c9384196 (patch) | |
tree | f0da4d175b33109ee08787169d2f68ca0208d7c8 /ui/ui.sortable.js | |
parent | ec192939155d3c09563b0bb224ca961c050ca4b3 (diff) | |
download | jquery-ui-19aef25f7960c5cfc71e9e2c3cae78f2c9384196.tar.gz jquery-ui-19aef25f7960c5cfc71e9e2c3cae78f2c9384196.zip |
sortable: fixed missing placeholder default (fixes #3889)
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 12915c562..aa9724793 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -995,6 +995,7 @@ $.extend($.ui.sortable, { handle: false, helper: "original", items: '> *', + placeholder: false, scope: "default", scroll: true, scrollSensitivity: 20, |