Balanced Layout first level approach
This commit is contained in:
@@ -127,7 +127,6 @@ mindplot.nlayout.SymetricSorter = new Class({
|
||||
computeOffsets:function(treeSet, node) {
|
||||
$assert(treeSet, "treeSet can no be null.");
|
||||
$assert(node, "node can no be null.");
|
||||
$assert("order can no be null.");
|
||||
|
||||
var children = this._getSortedChildren(treeSet, node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user