From c2ef2553bcc6fc3f2fd08fcf7e2d597077b2ce7a Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 28 Jul 2008 18:53:29 +0000 Subject: [PATCH] sortable: small fix that causes the scope default not to work correctly --- ui/ui.droppable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index 3e5d2999e..4e77ecf67 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -169,7 +169,7 @@ $.ui.intersect = function(draggable, droppable, toleranceMode) { */ $.ui.ddmanager = { current: null, - droppables: { scope: [] }, + droppables: { default: [] }, prepareOffsets: function(t, e) { var m = $.ui.ddmanager.droppables[t.options.scope]; -- 2.39.5