10 Jun
2015
10 Jun
'15
9:13 p.m.
Author: ygrego Date: 2015-06-10 21:13:28 +0000 (Wed, 10 Jun 2015) New Revision: 1693 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1693 Log: Let the creation of an object TestCase. Modified: oipf/test/js/TestCase.js Modified: oipf/test/js/TestCase.js =================================================================== --- oipf/test/js/TestCase.js 2015-06-10 21:10:42 UTC (rev 1692) +++ oipf/test/js/TestCase.js 2015-06-10 21:13:28 UTC (rev 1693) @@ -5,7 +5,7 @@ */ class TestCase { - construtor() { + constructor() { this.modelFactory = new ModelFactory(); this.UNREALIZED = videoBroadcastConstants.state.UNREALIZED; this.CONNECTING = videoBroadcastConstants.state.CONNECTING;