]> source.dussan.org Git - jquery-ui.git/commitdiff
sortable: small fix that causes the scope default not to work correctly
authorPaul Bakaus <paul.bakaus@googlemail.com>
Mon, 28 Jul 2008 18:53:29 +0000 (18:53 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Mon, 28 Jul 2008 18:53:29 +0000 (18:53 +0000)
ui/ui.droppable.js

index 3e5d2999e50c59841267ae6ef9f5243a8275244e..4e77ecf67174d9eb9b28d93c5efe1b126cb4461f 100644 (file)
@@ -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];