mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Draggable: Proper event prefix.
This commit is contained in:
@@ -359,6 +359,7 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, {
|
||||
|
||||
$.extend($.ui.draggable, {
|
||||
version: "@VERSION",
|
||||
eventPrefix: "drag",
|
||||
defaults: {
|
||||
appendTo: "parent",
|
||||
axis: false,
|
||||
|
||||
Reference in New Issue
Block a user