From b057a04d5a30baa3c80811915d14f0853e37b6af Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 18 Jun 2008 14:29:53 +0000 Subject: Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant). --- ui/ui.draggable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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" -- cgit v1.2.3