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.resizable.js | |
parent | 5483ab96e39c9f0073a7765f7b44e9ddce0e8219 (diff) | |
download | jquery-ui-de4266422e897a399fc6c9312c55d75ad3ea1bf4.tar.gz jquery-ui-de4266422e897a399fc6c9312c55d75ad3ea1bf4.zip |
Fixed #3016 - Distance option default
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r-- | ui/ui.resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index cda5fda50..189e969cd 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -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, |