aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-01-03 15:15:22 +0000
committerScott González <scott.gonzalez@gmail.com>2009-01-03 15:15:22 +0000
commit81f9d28d60f813fa7349821f22917e00f807787f (patch)
tree89304c1b14183912f2713ca364f94d609f8a3e5a /ui/ui.draggable.js
parent1020de2d77320d57569d1a2bd23488bf339993b2 (diff)
downloadjquery-ui-81f9d28d60f813fa7349821f22917e00f807787f.tar.gz
jquery-ui-81f9d28d60f813fa7349821f22917e00f807787f.zip
Draggable: Proper event prefix.
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r--ui/ui.draggable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index d31003ee1..a0b3d6f76 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -359,6 +359,7 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, {
$.extend($.ui.draggable, {
version: "@VERSION",
+ eventPrefix: "drag",
defaults: {
appendTo: "parent",
axis: false,