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

index a6613d3..1c3e4b9 100644 (file)
@@ -32,7 +32,10 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
         // if it's gone off top and bottom, start the scroller
         
         this.scrollDir = 't';
-        this.scroller = window.se
+        var _t = this;
+        this.scroller = window.setInterval(function() {
+            _this.scrollAct
+        }, 500);
         Roo.log('ondragout');
         Roo.log(this.el.dom);