sortable: small fix that causes the scope default not to work correctly

This commit is contained in:
Paul Bakaus 2008-07-28 18:53:29 +00:00
parent 841751a0d5
commit c2ef2553bc

View 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];