Changeset 14460

Show
Ignore:
Timestamp:
07/16/08 13:47:26 (4 months ago)
Author:
dante
Message:

fixes #7217 - mini flub fix, thanks jbalogh!
!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/layout/dnd/PlottedDnd.js

    r14344 r14460  
    55dojo.require("dojox.layout.dnd.Avatar"); 
    66 
    7 dojo.declare("dojox.layout.dnd.PlottedDnd",[dojo.dnd.Source], { 
     7dojo.declare("dojox.layout.dnd.PlottedDnd", [dojo.dnd.Source], { 
    88        // summary: 
    99        //              dnd source handling plotted zone to show the dropping area 
     
    129129                                if (source == this && this._over && this.dropObject)  
    130130                                        this.current = this.dropObject.c; 
    131                                 dojox.layout.dnd.PlottedDnd.superclass.onDndDrop.call(this, source, nodes, false, target); 
     131                                dojox.layout.dnd.PlottedDnd.superclass.onDndDrop.call(this, source, nodes, copy, target); 
    132132                                this._calculateCoords(true); 
    133133                        }