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

index 8800c8e..a3d720c 100644 (file)
@@ -34,6 +34,7 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
         this.scrollDir = 't';
         
         if (this.scroller !== false) {
+            Roo.log
             this.scroller = window.setInterval(
                 this.scrollAct.createDelegate(this),
                 500
@@ -64,6 +65,7 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
     
     scrollAct: function()
     {
+        Roo.log('scrollAct');
         if (this.scrollDir === false) {
             return;
         }