Merge fix

This commit is contained in:
Gonzalo Bellver
2012-01-02 17:38:02 -03:00
parent 3435bd17c2
commit 93cf061f4c
3 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
mindplot.nlayout.GridSorter = new Class({
Extends: mindplot.nlayout.SymetricSorder,
Extends: mindplot.nlayout.SymetricSorter,
computeOffsets: function(treeSet, node) {
$assert(treeSet, "treeSet can no be null.");