From: Richard Worth Date: Sat, 31 Jan 2009 02:36:47 +0000 (+0000) Subject: Fixed #4008 (Sortable events are improperly named) X-Git-Tag: 1.6~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=39dac81b249b1369e97aaa586b387c577b0a7598;p=jquery-ui.git Fixed #4008 (Sortable events are improperly named) --- 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",