diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-18 11:10:39 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-18 11:10:39 +0000 |
commit | de4266422e897a399fc6c9312c55d75ad3ea1bf4 (patch) | |
tree | 44e24df05e5e13739da3019214c3a285ec633a12 /ui/ui.selectable.js | |
parent | 5483ab96e39c9f0073a7765f7b44e9ddce0e8219 (diff) | |
download | jquery-ui-de4266422e897a399fc6c9312c55d75ad3ea1bf4.tar.gz jquery-ui-de4266422e897a399fc6c9312c55d75ad3ea1bf4.zip |
Fixed #3016 - Distance option default
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r-- | ui/ui.selectable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js index fb4bfc976..57ea405a8 100644 --- a/ui/ui.selectable.js +++ b/ui/ui.selectable.js @@ -251,7 +251,7 @@ $.widget("ui.selectable", $.extend($.ui.mouse, { $.extend($.ui.selectable, { defaults: { - distance: 0, + distance: 1, delay: 0, cancel: ":input,button", appendTo: 'body', |