diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-31 02:36:47 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-31 02:36:47 +0000 |
commit | 39dac81b249b1369e97aaa586b387c577b0a7598 (patch) | |
tree | c011023d49c85fee8a0de8a39cc34f503d739b21 /ui | |
parent | 0ad6bff312efafb60303861c0f0e7663d69e42d8 (diff) | |
download | jquery-ui-39dac81b249b1369e97aaa586b387c577b0a7598.tar.gz jquery-ui-39dac81b249b1369e97aaa586b387c577b0a7598.zip |
Fixed #4008 (Sortable events are improperly named)
Diffstat (limited to 'ui')
-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 614670c18..7a71794f3 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -983,6 +983,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, { $.extend($.ui.sortable, { getter: "serialize toArray", version: "@VERSION", + eventPrefix: "sort", defaults: { accurateIntersection: true, appendTo: "parent", |