diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-07 18:28:29 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-07 18:28:29 +0000 |
commit | 8a12510ca140478cb701a8f6fa4ccb8b8bb25de2 (patch) | |
tree | afe8a53fea3f187890ec7ac29aae9da0b5d548da /ui | |
parent | b6cba593a4414d8379b97efd3c5ce5639b50a6c6 (diff) | |
download | jquery-ui-8a12510ca140478cb701a8f6fa4ccb8b8bb25de2.tar.gz jquery-ui-8a12510ca140478cb701a8f6fa4ccb8b8bb25de2.zip |
droppable: defaults - alpha order
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui.droppable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index 3c6c524e4..93fda69b2 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -136,9 +136,9 @@ $.extend($.ui.droppable, { version: "@VERSION", eventPrefix: 'drop', defaults: { - addClasses: true, accept: '*', activeClass: false, + addClasses: true, greedy: false, hoverClass: false, scope: 'default', |