mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Fixed #4008 (Sortable events are improperly named)
This commit is contained in:
parent
0ad6bff312
commit
39dac81b24
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user