Visual representation of nodes. Symetric sorter updated

This commit is contained in:
Gonzalo Bellver
2011-12-30 17:48:11 -03:00
parent 9ed6df2158
commit 14cb5b586e
8 changed files with 111 additions and 27 deletions

View File

@@ -1,5 +1,9 @@
mindplot.nlayout.GridSorter = new Class({
Extends: mindplot.nlayout.SymetricSorder
Extends: mindplot.nlayout.SymetricSorder,
toString:function() {
return "Grid Sorter";
}
});