Roo/tree/TreeDragZone.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jul 2012 10:10:36 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jul 2012 10:10:36 +0000 (18:10 +0800)
Roo/tree/TreeDragZone.js

index 36c5ed5..9d87cb9 100644 (file)
@@ -39,12 +39,7 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
     
     onEndDrag : function(data, e){
         this.tree.fireEvent("enddrag", this.tree, data.node, e);
-        if (this.scroller !== false) {
-            Roo.log('clear scroller');
-            window.clearInterval(this.scroller);
-            this.scroller =false;
-            
-        }
+        
         
     },