test suite with node constants

This commit is contained in:
Claudio Barril 2014-12-14 17:36:00 -03:00
parent 79f35ecb9a
commit 0c86d7c3d8

View File

@ -0,0 +1,6 @@
TestSuite = new Class({
});
TestSuite.NODE_SIZE = {width: 80, height: 30};
TestSuite.ROOT_NODE_SIZE = {width: 120, height: 40};