diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-13 12:42:44 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-13 12:42:44 +0000 |
commit | abdda174f2b0068cc9c828becbf941f6e5362633 (patch) | |
tree | 4b369381db89135906ac1283e25a76f7cd53da81 /ui/ui.sortable.js | |
parent | 854d60dc83641f7ea2ae92faf0f092f954e045f3 (diff) | |
download | jquery-ui-abdda174f2b0068cc9c828becbf941f6e5362633.tar.gz jquery-ui-abdda174f2b0068cc9c828becbf941f6e5362633.zip |
tests: initial version of sortable tests/
sortable: added default value for helper ("clone")
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 7d9c5cd9e..43d962bc0 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -570,6 +570,7 @@ $.widget("ui.sortable", $.extend($.ui.mouse, { $.extend($.ui.sortable, { getter: "serialize toArray", defaults: { + helper: "clone", tolerance: "guess", distance: 0, delay: 0, |