Ignore:
Timestamp:
01/07/10 13:42:26 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Implementação de Drag and Drop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/js/drag_area.js

    r1924 r1925  
    55        this.pressed = 0; 
    66        this.resizing = 0; 
    7         this.initEvent; 
     7        this.dragEl; 
    88        this.endEvent; 
    99        this.operation; 
     
    4141                if (sign == null) 
    4242                { 
     43                        check(this.dragEl); 
    4344                        sign = document.createElement('SPAN'); 
    4445                        sign.className = 'dragSign'; 
Note: See TracChangeset for help on using the changeset viewer.