test suite with node constants

Claudio Barril 2014-12-14 17:36:00 -03:00
parent 4ea1bf6f71
commit 65cc84e062
1 changed files with 6 additions and 0 deletions

View File

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