Changeset 488

Show
Ignore:
Timestamp:
07/28/08 11:53:29 (20 months ago)
Author:
paul.bakaus
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.droppable.js

    r487 r488  
    170170$.ui.ddmanager = { 
    171171        current: null, 
    172         droppables: { scope: [] }, 
     172        droppables: { default: [] }, 
    173173        prepareOffsets: function(t, e) { 
    174174