roojs-core.js
[roojs1] / Roo / tree / TreeDragZone.js
index 6b166c7..4684ed1 100644 (file)
@@ -53,6 +53,6 @@ Roo.extend(Roo.tree.TreeDragZone, Roo.dd.DragZone, {
         var sm = this.tree.getSelectionModel();
         sm.clearSelections();
         sm.select(this.dragData.node);
-    } 
+    }
 });
 }
\ No newline at end of file