Visual representation of nodes. Symetric sorter updated
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
mindplot.nlayout.GridSorter = new Class({
|
||||
Extends: mindplot.nlayout.SymetricSorder
|
||||
Extends: mindplot.nlayout.SymetricSorder,
|
||||
|
||||
toString:function() {
|
||||
return "Grid Sorter";
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user