var Test = function () { function Test() { this.state = "test"; } return Test; }();