diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-26 10:23:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-26 10:23:38 +0000 |
commit | e42b0f6b8bf910885b7b84037b312c5c93b47a26 (patch) | |
tree | 1d17fb6f31fafed8c59609a791e9ec8d8097a06e /ui/ui.resizable.js | |
parent | 505d88ec285824b6ba0a27b597e5cd1094c67b40 (diff) | |
download | jquery-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.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 5192129b4..55a279b8f 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -503,7 +503,7 @@ $.widget("ui.resizable", $.extend($.ui.mouse, { $.extend($.ui.resizable, { defaults: { - cancel: ":input,button", + cancel: ":input", distance: 1, delay: 0, preventDefault: true, |