Balanced Layout first level approach

This commit is contained in:
Gonzalo Bellver
2012-01-05 17:34:14 -03:00
parent 86e80e324c
commit f355c5a23a
6 changed files with 280 additions and 26 deletions

View File

@@ -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);