mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-05 20:14:30 +08:00
9 lines
212 B
JavaScript
9 lines
212 B
JavaScript
|
mindplot.nlayout.GridSorter = new Class({
|
||
|
Extends: mindplot.nlayout.SymetricSorder
|
||
|
|
||
|
});
|
||
|
|
||
|
mindplot.nlayout.GridSorter.GRID_HORIZONTAR_SIZE = 50;
|
||
|
mindplot.nlayout.GridSorter.INTER_NODE_VERTICAL_DISTANCE = 50;
|
||
|
|