Renamed SymetricSorter->SymmetricSorter

This commit is contained in:
Gonzalo Bellver
2012-01-10 19:01:16 -03:00
parent 63876ccb38
commit a98f8a898a
5 changed files with 11 additions and 11 deletions

View File

@@ -149,7 +149,7 @@ mindplot.nlayout.BalancedSorter = new Class({
}
var yOffset = ysum + heights[i].height/2;
var xOffset = direction * (node.getSize().width + mindplot.nlayout.SymetricSorter.INTERNODE_HORIZONTAL_PADDING);
var xOffset = direction * (node.getSize().width + mindplot.nlayout.SymmetricSorter.INTERNODE_HORIZONTAL_PADDING);
$assert(!isNaN(xOffset), "xOffset can not be null");
$assert(!isNaN(yOffset), "yOffset can not be null");