aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.selectable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r--ui/ui.selectable.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js
index 93d0c8ca8..635f12602 100644
--- a/ui/ui.selectable.js
+++ b/ui/ui.selectable.js
@@ -245,15 +245,13 @@ $.widget("ui.selectable", $.extend({}, $.ui.mouse, {
$.extend($.ui.selectable, {
version: "@VERSION",
- defaults: {
+ defaults: $.extend({}, $.ui.mouse.defaults, {
appendTo: 'body',
autoRefresh: true,
- cancel: ":input,option",
- delay: 0,
distance: 0,
filter: '*',
tolerance: 'touch'
- }
+ })
});
})(jQuery);