diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-21 04:04:36 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-21 04:04:36 +0000 |
commit | 47f8e9042fbe4d48c1cf9579beba5f4fc2966149 (patch) | |
tree | 154c8fdf34a80f1dedea7aaffafdbfeef8e301ac /ui | |
parent | fb94a4e34e25941443bdd7c52c41844e29f2db9f (diff) | |
download | jquery-ui-47f8e9042fbe4d48c1cf9579beba5f4fc2966149.tar.gz jquery-ui-47f8e9042fbe4d48c1cf9579beba5f4fc2966149.zip |
droppable: removed disabled default as it's provided by widget factory
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ui.droppable.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index e61883758..5a1eb82a1 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -143,7 +143,6 @@ $.extend($.ui.droppable, { defaults: { activeClass: null, cssNamespace: 'ui', - disabled: false, greedy: false, hoverClass: null, scope: 'default', |