aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.selectable.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-26 10:23:38 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-26 10:23:38 +0000
commite42b0f6b8bf910885b7b84037b312c5c93b47a26 (patch)
tree1d17fb6f31fafed8c59609a791e9ec8d8097a06e /ui/ui.selectable.js
parent505d88ec285824b6ba0a27b597e5cd1094c67b40 (diff)
downloadjquery-ui-e42b0f6b8bf910885b7b84037b312c5c93b47a26.tar.gz
jquery-ui-e42b0f6b8bf910885b7b84037b312c5c93b47a26.zip
resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button'
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r--ui/ui.selectable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 57ea405a8..db69a488a 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -253,7 +253,7 @@ $.extend($.ui.selectable, {
defaults: {
distance: 1,
delay: 0,
- cancel: ":input,button",
+ cancel: ":input",
appendTo: 'body',
autoRefresh: true,
filter: '*',