mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
class TestSuite {
|
|
|
|
}
|
|
|
|
TestSuite.NODE_SIZE = { width: 80, height: 30 };
|
|
TestSuite.ROOT_NODE_SIZE = { width: 120, height: 40 };
|