]> source.dussan.org Git - jquery-ui.git/commitdiff
Fixed #4008 (Sortable events are improperly named)
authorRichard Worth <rdworth@gmail.com>
Sat, 31 Jan 2009 02:36:47 +0000 (02:36 +0000)
committerRichard Worth <rdworth@gmail.com>
Sat, 31 Jan 2009 02:36:47 +0000 (02:36 +0000)
ui/ui.sortable.js

index 614670c182eff7a3ad81421eb63a93e3d070ff3f..7a71794f37731042be13949d507f27fb79a9fe54 100644 (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",