mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-12-24 12:13:49 +01:00
test suite with node constants
This commit is contained in:
parent
4ea1bf6f71
commit
65cc84e062
6
mindplot/src/test/javascript/TestSuite.js
Normal file
6
mindplot/src/test/javascript/TestSuite.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
TestSuite = new Class({
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
TestSuite.NODE_SIZE = {width: 80, height: 30};
|
||||||
|
TestSuite.ROOT_NODE_SIZE = {width: 120, height: 40};
|
Loading…
Reference in New Issue
Block a user