Changeset 1319

Show
Ignore:
Timestamp:
12/30/08 05:14:29 (15 months ago)
Author:
paul.bakaus
Message:

droppable: missing default for option 'accept' (set to "*" = everything)

Files:
1 modified

Legend:

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

    r979 r1319  
    142142        version: "@VERSION", 
    143143        defaults: { 
     144                accept: '*', 
    144145                activeClass: null, 
    145146                cssNamespace: 'ui',