Changeset 5159
- Timestamp:
- 03/31/08 22:02:31 (9 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.droppable.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.droppable.js
r5149 r5159 258 258 var instance = $.data(this.item.element[0], 'droppable'); 259 259 if (instance.options.greedy) { 260 this.item.element.parents('.ui-droppable ').each(function() {260 this.item.element.parents('.ui-droppable:eq(0)').each(function() { 261 261 var parent = this; 262 262 $.each($.ui.ddmanager.droppables, function() {
