Skip to content

Commit

Permalink
droppable: defined some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Nov 8, 2008
1 parent caa51ee commit c1e8c7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/ui.droppable.js
Expand Up @@ -132,10 +132,13 @@ $.widget("ui.droppable", {
$.extend($.ui.droppable, { $.extend($.ui.droppable, {
version: "@VERSION", version: "@VERSION",
defaults: { defaults: {
activeClass: null,
cssNamespace: 'ui',
disabled: false, disabled: false,
tolerance: 'intersect', greedy: false,
hoverClass: null,
scope: 'default', scope: 'default',
cssNamespace: 'ui' tolerance: 'intersect'
} }
}); });


Expand Down

0 comments on commit c1e8c7f

Please sign in to comment.