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

index 94aea17..23a44ca 100644 (file)
@@ -24,7 +24,7 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
         return n && n.draggable && !n.disabled;
     },
     
-    onDragOut : function(e, id){
+    onDragOut : function(e, id) 
     {
         Roo.tree.TreeDragZone.superclass.prototype.onDragOut.call(this, e, id);
     },