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.sortable.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.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 0120a9b30..d172a51dd 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -624,7 +624,7 @@ $.extend($.ui.sortable, { scroll: true, scrollSensitivity: 20, scrollSpeed: 20, - cancel: ":input,button", + cancel: ":input", items: '> *', zIndex: 1000, dropOnEmpty: true, |