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

index 8cfa983..08b3eb6 100644 (file)
@@ -27,10 +27,12 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
     
     onDragOut : function(e, id) 
     {
+        
+          Roo.log('ondragout');
         var ret = Roo.tree.TreeDragZone.superclass.constructor.prototype.onDragOut.call(this, e, id);
         
         // if it's gone off top and bottom, start the scroller
-         Roo.log('ondragout');
+       
         this.scrollDir = 't';
         
         if (this.scroller === false) {