droppable: missing default for option 'accept' (set to "*" = everything)

This commit is contained in:
Paul Bakaus
2008-12-30 13:14:29 +00:00
parent f7f3725c89
commit 1acc62f942

View File

@@ -141,6 +141,7 @@ $.widget("ui.droppable", {
$.extend($.ui.droppable, {
version: "@VERSION",
defaults: {
accept: '*',
activeClass: null,
cssNamespace: 'ui',
greedy: false,