mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-04 20:45:09 -05:00
droppable: missing default for option 'accept' (set to "*" = everything)
This commit is contained in:
@@ -141,6 +141,7 @@ $.widget("ui.droppable", {
|
||||
$.extend($.ui.droppable, {
|
||||
version: "@VERSION",
|
||||
defaults: {
|
||||
accept: '*',
|
||||
activeClass: null,
|
||||
cssNamespace: 'ui',
|
||||
greedy: false,
|
||||
|
||||
Reference in New Issue
Block a user