Fixed #4008 (Sortable events are improperly named)

This commit is contained in:
Richard Worth 2009-01-31 02:36:47 +00:00
parent 0ad6bff312
commit 39dac81b24

View File

@ -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",