From 47f8e9042fbe4d48c1cf9579beba5f4fc2966149 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 21 Nov 2008 04:04:36 +0000 Subject: [PATCH] droppable: removed disabled default as it's provided by widget factory --- ui/ui.droppable.js | 1 - 1 file changed, 1 deletion(-) 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',