Fixed #3016 - Distance option default

This commit is contained in:
Richard Worth 2008-06-18 11:10:39 +00:00
parent 5483ab96e3
commit de4266422e
3 changed files with 3 additions and 3 deletions

View File

@ -267,7 +267,7 @@ $.extend($.ui.draggable, {
axis: false,
cancel: ":input,button",
delay: 0,
distance: 0,
distance: 1,
helper: "original"
}
});

View File

@ -500,7 +500,7 @@ $.widget("ui.resizable", $.extend($.ui.mouse, {
$.extend($.ui.resizable, {
defaults: {
cancel: ":input,button",
distance: 0,
distance: 1,
delay: 0,
preventDefault: true,
transparent: false,

View File

@ -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',