aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-06-18 14:29:53 +0000
committerScott González <scott.gonzalez@gmail.com>2008-06-18 14:29:53 +0000
commitb057a04d5a30baa3c80811915d14f0853e37b6af (patch)
tree44ce8179bdf3a7a7959dccbe85f8553905b7157e /ui/ui.draggable.js
parentde4266422e897a399fc6c9312c55d75ad3ea1bf4 (diff)
downloadjquery-ui-b057a04d5a30baa3c80811915d14f0853e37b6af.tar.gz
jquery-ui-b057a04d5a30baa3c80811915d14f0853e37b6af.zip
Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r--ui/ui.draggable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index 8436a96a6..4f932f022 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -265,7 +265,7 @@ $.extend($.ui.draggable, {
defaults: {
appendTo: "parent",
axis: false,
- cancel: ":input,button",
+ cancel: ":input",
delay: 0,
distance: 1,
helper: "original"